google_api_fusion_tables v0.3.0 GoogleApi.FusionTables.V2.Model.StyleSettingList View Source
Represents a list of styles for a given table.
Attributes
items
(type:list(GoogleApi.FusionTables.V2.Model.StyleSetting.t)
, default:nil
) - All requested style settings.kind
(type:String.t
, default:fusiontables#styleSettingList
) - The kind of item this is. For a style list, this is always fusiontables#styleSettingList .nextPageToken
(type:String.t
, default:nil
) - Token used to access the next page of this result. No token is displayed if there are no more styles left.totalItems
(type:integer()
, default:nil
) - Total number of styles for the table.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.FusionTables.V2.Model.StyleSettingList{ items: [GoogleApi.FusionTables.V2.Model.StyleSetting.t()], kind: String.t(), nextPageToken: String.t(), totalItems: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.