Class UpdateProjectBillingInfoRequest (1.6.0)

UpdateProjectBillingInfoRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for UpdateProjectBillingInfo.

Attributes

NameDescription
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. Read-only fields are ignored; thus, you can leave empty all fields except ``billing_account_name``.

Inheritance

builtins.object > proto.message.Message > UpdateProjectBillingInfoRequest