All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.apigee.v1.AppgroupArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
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