GoogleCloudChannelV1ListTransferableSkusRequest class

Request message for CloudChannelService.ListTransferableSkus

Constructors

GoogleCloudChannelV1ListTransferableSkusRequest({String? authToken, String? cloudIdentityId, String? customerName, String? languageCode, int? pageSize, String? pageToken})
GoogleCloudChannelV1ListTransferableSkusRequest.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
cloudIdentityId String?
Customer's Cloud Identity ID
getter/setter pair
customerName String?
A reseller is required to create a customer and use the resource name of the created customer here.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
The BCP-47 language code.
getter/setter pair
pageSize int?
The requested page size.
getter/setter pair
pageToken String?
A token for a page of results other than the first page.
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