google_api_fusion_tables v0.4.0 GoogleApi.FusionTables.V2.Model.ColumnList View Source
Represents a list of columns in a table.
Attributes
items(type:list(GoogleApi.FusionTables.V2.Model.Column.t), default:nil) - List of all requested columns.kind(type:String.t, default:fusiontables#columnList) - The kind of item this is. For a column list, this is always fusiontables#columnList.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 columns 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.ColumnList{
items: [GoogleApi.FusionTables.V2.Model.Column.t()],
kind: String.t(),
nextPageToken: String.t(),
totalItems: integer()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.