Пример #1
0
 /// <summary>Constructs a new Patch request.</summary>
 public PatchRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudBillingBudget.v1beta1.Data.GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest body, string name)
     : base(service)
 {
     Name = name;
     Body = body;
     InitParameters();
 }
 /// <summary>Updates a budget and returns the updated budget. WARNING: There are some fields exposed on the
 /// Google Cloud Console that aren't available on this API. Budget fields that are not exposed in this API
 /// will not be changed by this method.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="name">Output only. Resource name of the budget. The resource name implies the scope of a budget. Values
 /// are of the form `billingAccounts/{billingAccountId}/budgets/{budgetId}`.</param>
 public virtual PatchRequest Patch(Google.Apis.CloudBillingBudget.v1beta1.Data.GoogleCloudBillingBudgetsV1beta1UpdateBudgetRequest body, string name)
 {
     return(new PatchRequest(service, body, name));
 }