UpdateProjectBillingInfoRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request message for UpdateProjectBillingInfo.
Attributes |
|
|---|---|
| Name | Description |
name |
str
Required. The resource name of the project associated with the billing information that you want to update. For example, projects/tokyo-rain-123.
|
project_billing_info |
google.cloud.billing_v1.types.ProjectBillingInfo
The new billing information for the project. Output-only fields are ignored; thus, you can leave empty all fields except billing_account_name.
|