Cloud Channel v1 API - Enum Column.Types.DataType (2.11.0)

public enum Column.Types.DataType

Reference 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.V1

Assembly

Google.Cloud.Channel.V1.dll

Fields

NameDescription
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.