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