ProjectBillingInfo class

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

Constructors

ProjectBillingInfo({String? billingAccountName, bool? billingEnabled, String? name, String? projectId})
ProjectBillingInfo.fromJson(Map json_)

Properties

billingAccountName String?
The resource name of the billing account associated with the project, if any.
getter/setter pair
billingEnabled bool?
True if the project is associated with an open billing account, to which usage on the project is charged.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name for the ProjectBillingInfo; has the form projects/{project_id}/billingInfo.
getter/setter pair
projectId String?
The ID of the project that this ProjectBillingInfo represents, such as tokyo-rain-123.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited