public enum Column.Types.DataTypeReference documentation and code samples for the Cloud Channel v1 API enum Column.Types.DataType.
Available data types for columns. Corresponds to the fields in the
ReportValue oneof field.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Fields |
|
|---|---|
| Name | Description |
Date |
ReportValues for this column will use date_value. |
DateTime |
ReportValues for this column will use date_time_value. |
Decimal |
ReportValues for this column will use decimal_value. |
Int |
ReportValues for this column will use int_value. |
Money |
ReportValues for this column will use money_value. |
String |
ReportValues for this column will use string_value. |
Unspecified |
Not used. |