GoogleCloudChannelV1CreateEntitlementRequest class
Request message for CloudChannelService.CreateEntitlement
Constructors
- GoogleCloudChannelV1CreateEntitlementRequest({GoogleCloudChannelV1Entitlement? entitlement, String? requestId})
- GoogleCloudChannelV1CreateEntitlementRequest.fromJson(Map json_)
Properties
- entitlement ↔ GoogleCloudChannelV1Entitlement?
-
The entitlement to create.
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