GoogleCloudChannelV1TransferEntitlementsRequest class
Request message for CloudChannelService.TransferEntitlements.
Constructors
-
GoogleCloudChannelV1TransferEntitlementsRequest({String? authToken, List<
GoogleCloudChannelV1Entitlement> ? entitlements, String? requestId}) - GoogleCloudChannelV1TransferEntitlementsRequest.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
-
entitlements
↔ List<
GoogleCloudChannelV1Entitlement> ? -
The new entitlements to create or transfer.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- requestId ↔ String?
-
You can specify an optional unique request ID, and if you need to retry
your request, the server will know to ignore the request if it's complete.
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