src.apigee.v1.GetAppgroupArgs.scala Maven / Gradle / Ivy
The newest version!
package besom.api.googlenative.apigee.v1
final case class GetAppgroupArgs private(
appgroupId: besom.types.Output[String],
organizationId: besom.types.Output[String]
)
object GetAppgroupArgs:
def apply(
appgroupId: besom.types.Input[String],
organizationId: besom.types.Input[String]
)(using besom.types.Context): GetAppgroupArgs =
new GetAppgroupArgs(
appgroupId = appgroupId.asOutput(isSecret = false),
organizationId = organizationId.asOutput(isSecret = false)
)
given encoder(using besom.types.Context): besom.types.Encoder[GetAppgroupArgs] =
besom.internal.Encoder.derived[GetAppgroupArgs]
given argsEncoder(using besom.types.Context): besom.types.ArgsEncoder[GetAppgroupArgs] =
besom.internal.ArgsEncoder.derived[GetAppgroupArgs]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy