DatasetStyleAssociation

An association between a Map Style and a Dataset. This association has the implication that if a Map is associated with the Map Style, then the Map will also be associated with the Dataset as far as visualization is concerned.

JSON representation
{
  "name": string,
  "clientStyle": string
}
Fields
name

string

Resource name of the Dataset - Map Style Association: projects/{project}/datasets/{dataset}/clientStyles/{clientStyle}

clientStyle

string

The resource name of the Map Style: projects/{project}/clientStyles/{clientStyle}