google_api_fusion_tables v0.4.0 GoogleApi.FusionTables.V2.Model.Table View Source
Represents a table.
Attributes
attribution
(type:String.t
, default:nil
) - Attribution assigned to the table.attributionLink
(type:String.t
, default:nil
) - Optional link for attribution.baseTableIds
(type:list(String.t)
, default:nil
) - Base table identifier if this table is a view or merged table.columnPropertiesJsonSchema
(type:String.t
, default:nil
) - Default JSON schema for validating all JSON column properties.columns
(type:list(GoogleApi.FusionTables.V2.Model.Column.t)
, default:nil
) - Columns in the table.description
(type:String.t
, default:nil
) - Description assigned to the table.isExportable
(type:boolean()
, default:nil
) - Variable for whether table is exportable.kind
(type:String.t
, default:fusiontables#table
) - The kind of item this is. For a table, this is always fusiontables#table.name
(type:String.t
, default:nil
) - Name assigned to a table.sql
(type:String.t
, default:nil
) - SQL that encodes the table definition for derived tables.tableId
(type:String.t
, default:nil
) - Encrypted unique alphanumeric identifier for the table.tablePropertiesJson
(type:String.t
, default:nil
) - JSON object containing custom table properties.tablePropertiesJsonSchema
(type:String.t
, default:nil
) - JSON schema for validating the JSON table properties.
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.Table{ attribution: String.t(), attributionLink: String.t(), baseTableIds: [String.t()], columnPropertiesJsonSchema: String.t(), columns: [GoogleApi.FusionTables.V2.Model.Column.t()], description: String.t(), isExportable: boolean(), kind: String.t(), name: String.t(), sql: String.t(), tableId: String.t(), tablePropertiesJson: String.t(), tablePropertiesJsonSchema: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.