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

src.bigquerydatapolicy.v1.GetDataPolicyArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.bigquerydatapolicy.v1

final case class GetDataPolicyArgs private(
  dataPolicyId: besom.types.Output[String],
  location: besom.types.Output[String],
  project: besom.types.Output[scala.Option[String]]
)

object GetDataPolicyArgs:
  def apply(
    dataPolicyId: besom.types.Input[String],
    location: besom.types.Input[String],
    project: besom.types.Input.Optional[String] = scala.None
  )(using besom.types.Context): GetDataPolicyArgs =
    new GetDataPolicyArgs(
      dataPolicyId = dataPolicyId.asOutput(isSecret = false),
      location = location.asOutput(isSecret = false),
      project = project.asOptionOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy