ProvisioningArtifactParameter class

Information about a parameter used to provision a product.

Constructors

ProvisioningArtifactParameter({String? defaultValue, String? description, bool? isNoEcho, ParameterConstraints? parameterConstraints, String? parameterKey, String? parameterType})
ProvisioningArtifactParameter.fromJson(Map<String, dynamic> json)
factory

Properties

defaultValue String?
The default value.
final
description String?
The description of the parameter.
final
hashCode int
The hash code for this object.
no setterinherited
isNoEcho bool?
If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.
final
parameterConstraints ParameterConstraints?
Constraints that the administrator has put on a parameter.
final
parameterKey String?
The parameter key.
final
parameterType String?
The parameter type.
final
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited