Get Budget Result
data class GetBudgetResult(val allUpdatesRule: GoogleCloudBillingBudgetsV1beta1AllUpdatesRuleResponse, val amount: GoogleCloudBillingBudgetsV1beta1BudgetAmountResponse, val budgetFilter: GoogleCloudBillingBudgetsV1beta1FilterResponse, val displayName: String, val etag: String, val name: String, val thresholdRules: List<GoogleCloudBillingBudgetsV1beta1ThresholdRuleResponse>)
Constructors
Link copied to clipboard
fun GetBudgetResult(allUpdatesRule: GoogleCloudBillingBudgetsV1beta1AllUpdatesRuleResponse, amount: GoogleCloudBillingBudgetsV1beta1BudgetAmountResponse, budgetFilter: GoogleCloudBillingBudgetsV1beta1FilterResponse, displayName: String, etag: String, name: String, thresholdRules: List<GoogleCloudBillingBudgetsV1beta1ThresholdRuleResponse>)