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> -
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
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
Output only. The API resource name of the company. The resource name is
one of the following formats: *
partners/[PARTNER_ID]/customers/[CUSTOMER_ID]
*partners/[PARTNER_ID]/vendors/[VENDOR_ID]
*partners/[PARTNER_ID]/vendors/[VENDOR_ID]/customers/[CUSTOMER_ID]
Assigned by the server.read / write -
ownerEmails
↔ List<
String> -
Required. 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 - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- 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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited