Properties of a ParameterDefinition.
Package
@google-cloud/channel!Properties
allowedValues
allowedValues?: (google.cloud.channel.v1.IValue[]|null);
ParameterDefinition allowedValues
Type | Description |
---|---|
(google.cloud.channel.v1.IValue[]|null) |
maxValue
maxValue?: (google.cloud.channel.v1.IValue|null);
ParameterDefinition maxValue
Type | Description |
---|---|
(google.cloud.channel.v1.IValue|null) |
minValue
minValue?: (google.cloud.channel.v1.IValue|null);
ParameterDefinition minValue
Type | Description |
---|---|
(google.cloud.channel.v1.IValue|null) |
name
name?: (string|null);
ParameterDefinition name
Type | Description |
---|---|
(string|null) |
optional
optional?: (boolean|null);
ParameterDefinition optional
Type | Description |
---|---|
(boolean|null) |
parameterType
parameterType?: (google.cloud.channel.v1.ParameterDefinition.ParameterType|keyof typeof google.cloud.channel.v1.ParameterDefinition.ParameterType|null);
ParameterDefinition parameterType
Type | Description |
---|---|
(google.cloud.channel.v1.ParameterDefinition.ParameterType|keyof typeof google.cloud.channel.v1.ParameterDefinition.ParameterType|null) |