/// <summary>Constructs a new Create request.</summary>
 public CreateRequest(Google.Apis.Services.IClientService service, Google.Apis.CloudBillingBudget.v1beta1.Data.GoogleCloudBillingBudgetsV1beta1CreateBudgetRequest body, string parent)
     : base(service)
 {
     Parent = parent;
     Body   = body;
     InitParameters();
 }
 /// <summary>Creates a new budget. See Quotas and limits for more information on the limits of the number of
 /// budgets you can create.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="parent">Required. The name of the billing account to create the budget in. Values are of the form
 /// `billingAccounts/{billingAccountId}`.</param>
 public virtual CreateRequest Create(Google.Apis.CloudBillingBudget.v1beta1.Data.GoogleCloudBillingBudgetsV1beta1CreateBudgetRequest body, string parent)
 {
     return(new CreateRequest(service, body, parent));
 }