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

src.billingbudgets.v1beta1.GetBudgetArgs.scala Maven / Gradle / Ivy

There is a newer version: 0.32.0-core.0.4
Show newest version
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