
src.apigee.v1.AppgroupArgs.scala Maven / Gradle / Ivy
package besom.api.googlenative.apigee.v1
final case class AppgroupArgs private(
attributes: besom.types.Output[scala.Option[scala.collection.immutable.List[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1AttributeArgs]]],
channelId: besom.types.Output[scala.Option[String]],
channelUri: besom.types.Output[scala.Option[String]],
displayName: besom.types.Output[scala.Option[String]],
name: besom.types.Output[scala.Option[String]],
organization: besom.types.Output[scala.Option[String]],
organizationId: besom.types.Output[String]
)
object AppgroupArgs:
def apply(
attributes: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[besom.api.googlenative.apigee.v1.inputs.GoogleCloudApigeeV1AttributeArgs]]] = scala.None,
channelId: besom.types.Input.Optional[String] = scala.None,
channelUri: besom.types.Input.Optional[String] = scala.None,
displayName: besom.types.Input.Optional[String] = scala.None,
name: besom.types.Input.Optional[String] = scala.None,
organization: besom.types.Input.Optional[String] = scala.None,
organizationId: besom.types.Input[String]
)(using besom.types.Context): AppgroupArgs =
new AppgroupArgs(
attributes = attributes.asOptionOutput(isSecret = false),
channelId = channelId.asOptionOutput(isSecret = false),
channelUri = channelUri.asOptionOutput(isSecret = false),
displayName = displayName.asOptionOutput(isSecret = false),
name = name.asOptionOutput(isSecret = false),
organization = organization.asOptionOutput(isSecret = false),
organizationId = organizationId.asOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[AppgroupArgs] =
besom.internal.Encoder.derived[AppgroupArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[AppgroupArgs] =
besom.internal.ArgsEncoder.derived[AppgroupArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy