google_api_fusion_tables v0.4.0 GoogleApi.FusionTables.V2.Model.TemplateList View Source
Represents a list of templates for a given table.
Attributes
items
(type:list(GoogleApi.FusionTables.V2.Model.Template.t)
, default:nil
) - List of all requested templates.kind
(type:String.t
, default:fusiontables#templateList
) - The kind of item this is. For a template list, this is always fusiontables#templateList .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 pages left.totalItems
(type:integer()
, default:nil
) - Total number of templates 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.TemplateList{ items: [GoogleApi.FusionTables.V2.Model.Template.t()], kind: String.t(), nextPageToken: String.t(), totalItems: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.