Organization class
The root node in the resource hierarchy to which a particular entity's (a company, for example) resources belong.
Constructors
Properties
- createTime ↔ String?
-
Timestamp when the Organization was created.
getter/setter pair
- deleteTime ↔ String?
-
Timestamp when the Organization was requested for deletion.
getter/setter pair
- directoryCustomerId ↔ String?
-
The G Suite / Workspace customer id used in the Directory API.
getter/setter pair
- displayName ↔ String?
-
A human-readable string that refers to the organization in the Google
Cloud Console.
getter/setter pair
- etag ↔ String?
-
A checksum computed by the server based on the current value of the
Organization resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the organization.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The organization's current lifecycle state.
getter/setter pair
- updateTime ↔ String?
-
Timestamp when the Organization was last modified.
getter/setter pair
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