Encapsulation of billing information for a GCP Console project. A project has at most one associated billing account at a time (but a billing account can be assigned to multiple projects).
| JSON representation | |
|---|---|
{ "name": string, "projectId": string, "billingAccountName": string, "billingEnabled": boolean } |
|
| Fields | |
|---|---|
name |
The resource name for the |
projectId |
The ID of the project that this |
billingAccountName |
The resource name of the billing account associated with the project, if any. For example, |
billingEnabled |
True if the project is associated with an open billing account, to which usage on the project is charged. False if the project is associated with a closed billing account, or no billing account at all, and therefore cannot use paid services. This field is read-only. |