Module: Google::Cloud::Channel::V1::ParameterDefinition::ParameterType
- Defined in:
- proto_docs/google/cloud/channel/v1/offers.rb
Overview
Data type of the parameter.
Constant Summary collapse
- PARAMETER_TYPE_UNSPECIFIED =
Not used.
0- INT64 =
Int64 type.
1- STRING =
String type.
2- DOUBLE =
Double type.
3- BOOLEAN =
Boolean type.
4