GoogleCloudChannelV1ImportCustomerRequest class

Request message for CloudChannelService.ImportCustomer

Constructors

GoogleCloudChannelV1ImportCustomerRequest({String? authToken, String? channelPartnerId, String? cloudIdentityId, String? customer, String? domain, bool? overwriteIfExists})
GoogleCloudChannelV1ImportCustomerRequest.fromJson(Map json_)

Properties

authToken String?
The super admin of the resold customer generates this token to authorize a reseller to access their Cloud Identity and purchase entitlements on their behalf.
getter/setter pair
channelPartnerId String?
Cloud Identity ID of a channel partner who will be the direct reseller for the customer's order.
getter/setter pair
cloudIdentityId String?
Customer's Cloud Identity ID
getter/setter pair
customer String?
Specifies the customer that will receive imported Cloud Identity information.
getter/setter pair
domain String?
Customer domain.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
overwriteIfExists bool?
Choose to overwrite an existing customer if found.
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