GoogleCloudChannelV1CloudIdentityInfo class

Cloud Identity information for the Cloud Channel Customer.

Constructors

GoogleCloudChannelV1CloudIdentityInfo({String? adminConsoleUri, String? alternateEmail, String? customerType, GoogleCloudChannelV1EduData? eduData, bool? isDomainVerified, String? languageCode, String? phoneNumber, String? primaryDomain})
GoogleCloudChannelV1CloudIdentityInfo.fromJson(Map json_)

Properties

adminConsoleUri String?
URI of Customer's Admin console dashboard.
getter/setter pair
alternateEmail String?
The alternate email.
getter/setter pair
customerType String?
CustomerType indicates verification type needed for using services. Possible string values are:
getter/setter pair
eduData GoogleCloudChannelV1EduData?
Edu information about the customer.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isDomainVerified bool?
Whether the domain is verified.
getter/setter pair
languageCode String?
Language code.
getter/setter pair
phoneNumber String?
Phone number associated with the Cloud Identity.
getter/setter pair
primaryDomain String?
The primary domain name.
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