Organization class

The root node in the resource hierarchy to which a particular entity's (e.g., company) resources belong.

Constructors

Organization({String? creationTime, String? displayName, String? lifecycleState, String? name, OrganizationOwner? owner})
Organization.fromJson(Map json_)

Properties

creationTime String?
Timestamp when the Organization was created.
getter/setter pair
displayName String?
A human-readable string that refers to the Organization in the Google Cloud console.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lifecycleState String?
The organization's current lifecycle state.
getter/setter pair
name String?
The resource name of the organization.
getter/setter pair
owner OrganizationOwner?
The owner of this Organization.
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