public enum ConfigVariableTemplate.Types.ValueType
Reference documentation and code samples for the API hub v1 API enum ConfigVariableTemplate.Types.ValueType.
ValueType indicates the data type of the value.
Namespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Fields |
|
---|---|
Name | Description |
Bool |
Value type is boolean. |
Enum |
Value type is enum. |
Int |
Value type is integer. |
MultiInt |
Value type is multi int. |
MultiSelect |
Value type is multi select. |
MultiString |
Value type is multi string. |
Secret |
Value type is secret. |
String |
Value type is string. |
Unspecified |
Value type is not specified. |