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

src.cloudidentity.v1.GetGroupArgs.scala Maven / Gradle / Ivy

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

final case class GetGroupArgs private(
  groupId: besom.types.Output[String]
)

object GetGroupArgs:
  def apply(
    groupId: besom.types.Input[String]
  )(using besom.types.Context): GetGroupArgs =
    new GetGroupArgs(
      groupId = groupId.asOutput(isSecret = false)
    )

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






© 2015 - 2025 Weber Informatics LLC | Privacy Policy