UpdateProvisioningParameter class

The parameter key-value pair used to update a provisioned product.

Constructors

UpdateProvisioningParameter({String? key, bool? usePreviousValue, String? value})
UpdateProvisioningParameter.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String?
The parameter key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usePreviousValue bool?
If set to true, Value is ignored and the previous parameter value is kept.
final
value String?
The parameter value.
final

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