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

src.cloudresourcemanager.v1.LienArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
package besom.api.googlenative.cloudresourcemanager.v1

final case class LienArgs private(
  createTime: besom.types.Output[scala.Option[String]],
  name: besom.types.Output[scala.Option[String]],
  origin: besom.types.Output[scala.Option[String]],
  parent: besom.types.Output[scala.Option[String]],
  reason: besom.types.Output[scala.Option[String]],
  restrictions: besom.types.Output[scala.Option[scala.collection.immutable.List[String]]]
)

object LienArgs:
  def apply(
    createTime: besom.types.Input.Optional[String] = scala.None,
    name: besom.types.Input.Optional[String] = scala.None,
    origin: besom.types.Input.Optional[String] = scala.None,
    parent: besom.types.Input.Optional[String] = scala.None,
    reason: besom.types.Input.Optional[String] = scala.None,
    restrictions: besom.types.Input.Optional[scala.collection.immutable.List[besom.types.Input[String]]] = scala.None
  )(using besom.types.Context): LienArgs =
    new LienArgs(
      createTime = createTime.asOptionOutput(isSecret = false),
      name = name.asOptionOutput(isSecret = false),
      origin = origin.asOptionOutput(isSecret = false),
      parent = parent.asOptionOutput(isSecret = false),
      reason = reason.asOptionOutput(isSecret = false),
      restrictions = restrictions.asOptionOutput(isSecret = false)
    )

  given encoder(using besom.types.Context): besom.types.Encoder[LienArgs] =
    besom.internal.Encoder.derived[LienArgs]
  given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[LienArgs] =
    besom.internal.ArgsEncoder.derived[LienArgs]






© 2015 - 2025 Weber Informatics LLC | Privacy Policy