
src.securitycenter.v1.GetNotificationConfigArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.securitycenter.v1
final case class GetNotificationConfigArgs private(
notificationConfigId: besom.types.Output[String],
project: besom.types.Output[scala.Option[String]]
)
object GetNotificationConfigArgs:
def apply(
notificationConfigId: besom.types.Input[String],
project: besom.types.Input.Optional[String] = scala.None
)(using besom.types.Context): GetNotificationConfigArgs =
new GetNotificationConfigArgs(
notificationConfigId = notificationConfigId.asOutput(isSecret = false),
project = project.asOptionOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetNotificationConfigArgs] =
besom.internal.Encoder.derived[GetNotificationConfigArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetNotificationConfigArgs] =
besom.internal.ArgsEncoder.derived[GetNotificationConfigArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy