Enum LabelDescriptor.Types.ValueType
Value types that can be used as label values.
Namespace: Google.Api
Assembly: Google.Api.CommonProtos.dll
Syntax
public enum ValueType
Fields
| Name | Description |
|---|---|
| Bool | Boolean; true or false. |
| Int64 | A 64-bit signed integer. |
| String | A variable-length string. This is the default. |