GoogleCloudChannelV1ChangeParametersRequest class
Request message for CloudChannelService.ChangeParametersRequest.
Constructors
-
GoogleCloudChannelV1ChangeParametersRequest({List<
GoogleCloudChannelV1Parameter> ? parameters, String? purchaseOrderId, String? requestId}) - GoogleCloudChannelV1ChangeParametersRequest.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
parameters
↔ List<
GoogleCloudChannelV1Parameter> ? -
Entitlement parameters to update.
getter/setter pair
- purchaseOrderId ↔ String?
-
Purchase order ID provided by the reseller.
getter/setter pair
- 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