Company class
A reseller, vendor, or customer in the zero-touch reseller and customer APIs.
Constructors
- Company()
- Company.fromJson(Map _json)
Properties
-
adminEmails
↔ List<
String> -
Input only. Optional. Email address of customer's users in the admin role.
Each email address must be associated with a Google Account.
read / write
- companyId ↔ String
-
Output only. The ID of the company. Assigned by the server.
read / write
- companyName ↔ String
-
Required. The name of the company. For example XYZ Corp. Displayed to
the
company's employees in the zero-touch enrollment portal.
read / write
- name ↔ String
-
Output only. The API resource name of the company. The resource name is
one
of the following formats: [...]
read / write
-
ownerEmails
↔ List<
String> -
Input only. Email address of customer's users in the owner role. At least
one
owner_email
is required. Each email address must be associated with a Google Account. Owners share the same access as admins but can also add, delete, and edit your organization's portal users.read / write - termsStatus ↔ String
-
Output only. Whether any user from the company has accepted the latest
Terms of Service (ToS). See
TermsStatus.
Possible string values are: [...]
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited