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