GoogleCloudChannelV1Customer class

Entity representing a customer of a reseller or distributor.

Constructors

GoogleCloudChannelV1Customer({String? alternateEmail, String? channelPartnerId, String? cloudIdentityId, GoogleCloudChannelV1CloudIdentityInfo? cloudIdentityInfo, String? correlationId, String? createTime, String? domain, String? languageCode, String? name, String? orgDisplayName, GoogleTypePostalAddress? orgPostalAddress, GoogleCloudChannelV1ContactInfo? primaryContactInfo, String? updateTime})
GoogleCloudChannelV1Customer.fromJson(Map json_)

Properties

alternateEmail String?
Secondary contact email.
getter/setter pair
channelPartnerId String?
Cloud Identity ID of the customer's channel partner.
getter/setter pair
cloudIdentityId String?
The customer's Cloud Identity ID if the customer has a Cloud Identity resource.
getter/setter pair
cloudIdentityInfo GoogleCloudChannelV1CloudIdentityInfo?
Cloud Identity information for the customer.
getter/setter pair
correlationId String?
External CRM ID for the customer.
getter/setter pair
createTime String?
Time when the customer was created.
getter/setter pair
domain String?
The customer's primary domain.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
The BCP-47 language code, such as "en-US" or "sr-Latn".
getter/setter pair
name String?
Resource name of the customer.
getter/setter pair
orgDisplayName String?
Name of the organization that the customer entity represents.
getter/setter pair
orgPostalAddress GoogleTypePostalAddress?
The organization address for the customer.
getter/setter pair
primaryContactInfo GoogleCloudChannelV1ContactInfo?
Primary contact info.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Time when the customer was updated.
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