Get Budget Result
data class GetBudgetResult(val amount: GoogleCloudBillingBudgetsV1BudgetAmountResponse, val budgetFilter: GoogleCloudBillingBudgetsV1FilterResponse, val displayName: String, val etag: String, val name: String, val notificationsRule: GoogleCloudBillingBudgetsV1NotificationsRuleResponse, val thresholdRules: List<GoogleCloudBillingBudgetsV1ThresholdRuleResponse>)
Constructors
Link copied to clipboard
fun GetBudgetResult(amount: GoogleCloudBillingBudgetsV1BudgetAmountResponse, budgetFilter: GoogleCloudBillingBudgetsV1FilterResponse, displayName: String, etag: String, name: String, notificationsRule: GoogleCloudBillingBudgetsV1NotificationsRuleResponse, thresholdRules: List<GoogleCloudBillingBudgetsV1ThresholdRuleResponse>)