Company class

A reseller, vendor, or customer in the zero-touch reseller and customer APIs.

Constructors

Company({List<String>? adminEmails, String? companyId, String? companyName, GoogleWorkspaceAccount? googleWorkspaceAccount, String? languageCode, String? name, List<String>? ownerEmails, bool? skipWelcomeEmail, String? termsStatus})
Company.fromJson(Map json_)

Properties

adminEmails List<String>?
Email address of customer's users in the admin role.
getter/setter pair
companyId String?
The ID of the company.
getter/setter pair
companyName String?
The name of the company.
getter/setter pair
googleWorkspaceAccount GoogleWorkspaceAccount?
The Google Workspace account associated with this customer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
Input only.
getter/setter pair
name String?
The API resource name of the company.
getter/setter pair
ownerEmails List<String>?
Input only.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipWelcomeEmail bool?
Input only.
getter/setter pair
termsStatus String?
Whether any user from the company has accepted the latest Terms of Service (ToS).
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