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

src.bigquery.v2.TableIamMemberArgs.scala Maven / Gradle / Ivy

package besom.api.googlenative.bigquery.v2

final case class TableIamMemberArgs private(
  condition: besom.types.Output[scala.Option[besom.api.googlenative.iam.v1.inputs.ConditionArgs]],
  member: besom.types.Output[String],
  name: besom.types.Output[String],
  role: besom.types.Output[String]
)

object TableIamMemberArgs:
  def apply(
    condition: besom.types.Input.Optional[besom.api.googlenative.iam.v1.inputs.ConditionArgs] = scala.None,
    member: besom.types.Input[String],
    name: besom.types.Input[String],
    role: besom.types.Input[String]
  )(using besom.types.Context): TableIamMemberArgs =
    new TableIamMemberArgs(
      condition = condition.asOptionOutput(isSecret = false),
      member = member.asOutput(isSecret = false),
      name = name.asOutput(isSecret = false),
      role = role.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy