View Source GoogleApi.CloudBilling.V1.Model.ProjectBillingInfo (google_api_cloud_billing v0.25.0)
Encapsulation of billing information for a Google Cloud Console project. A project has at most one associated billing account at a time (but a billing account can be assigned to multiple projects).
Attributes
-
billingAccountName
(type:String.t
, default:nil
) - The resource name of the billing account associated with the project, if any. For example,billingAccounts/012345-567890-ABCDEF
. -
billingEnabled
(type:boolean()
, default:nil
) - Output only. 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. -
name
(type:String.t
, default:nil
) - Output only. The resource name for theProjectBillingInfo
; has the formprojects/{project_id}/billingInfo
. For example, the resource name for the billing information for projecttokyo-rain-123
would beprojects/tokyo-rain-123/billingInfo
. -
projectId
(type:String.t
, default:nil
) - Output only. The ID of the project that thisProjectBillingInfo
represents, such astokyo-rain-123
. This is a convenience field so that you don't need to parse thename
field to obtain a project ID.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.