SortedDimension

  • Sorted dimensions are represented by a JSON object with fields for the dimension's name, an optional sort order, and the resource kind.

  • The name field is a string specifying the dimension's identifier.

  • The sortOrder field is an enum used to define the sorting arrangement for the dimension column.

  • The kind field is a string indicating the resource type, which is dfareporting#sortedDimension for this representation.

Represents a sorted dimension.

JSON representation
{
  "name": string,
  "sortOrder": enum (SortOrder),
  "kind": string
}
Fields
name

string

The name of the dimension.

sortOrder

enum (SortOrder)

An optional sort order for the dimension column.

kind

string

The kind of resource this is, in this case

dfareporting#sortedDimension

.