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