google_api_cloud_billing v0.4.0 GoogleApi.CloudBilling.V1.Model.ProjectBillingInfo View Source

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).

Attributes

  • billingAccountName (String.t): The resource name of the billing account associated with the project, if any. For example, `billingAccounts/012345-567890-ABCDEF`. Defaults to: null.
  • billingEnabled (boolean()): 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. Defaults to: null.
  • name (String.t): The resource name for the `ProjectBillingInfo`; has the form `projects/{project_id}/billingInfo`. For example, the resource name for the billing information for project `tokyo-rain-123` would be `projects/tokyo-rain-123/billingInfo`. This field is read-only. Defaults to: null.
  • projectId (String.t): The ID of the project that this `ProjectBillingInfo` represents, such as `tokyo-rain-123`. This is a convenience field so that you don't need to parse the `name` field to obtain a project ID. This field is read-only. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.CloudBilling.V1.Model.ProjectBillingInfo{
  billingAccountName: any(),
  billingEnabled: any(),
  name: any(),
  projectId: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.