GoogleCloudChannelV1ParameterDefinition class

Parameter's definition.

Specifies what parameter is required to use the current Offer to purchase.

Properties

allowedValues List<GoogleCloudChannelV1Value>?
If not empty, parameter values must be drawn from this list.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maxValue GoogleCloudChannelV1Value?
Maximum value of the parameter, if applicable.
getter/setter pair
minValue GoogleCloudChannelV1Value?
Minimal value of the parameter, if applicable.
getter/setter pair
name String?
Name of the parameter.
getter/setter pair
optional bool?
If set to true, parameter is optional to purchase this Offer.
getter/setter pair
parameterType String?
Data type of the parameter.
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