type property

String? type
getter/setter pair

Type of the header.

Required. Possible string values are:

  • "HEADER_TYPE_UNSPECIFIED" : Unspecified header.
  • "DIMENSION" : Dimension header type.
  • "METRIC_TALLY" : Tally header type.
  • "METRIC_RATIO" : Ratio header type.
  • "METRIC_CURRENCY" : Currency header type.
  • "METRIC_MILLISECONDS" : Milliseconds header type.
  • "METRIC_DECIMAL" : Decimal header type.

Implementation

core.String? type;