google_api_fusion_tables v0.4.0 GoogleApi.FusionTables.V2.Model.Template View Source

Represents the contents of InfoWindow templates.

Attributes

  • automaticColumnNames (type: list(String.t), default: nil) - List of columns from which the template is to be automatically constructed. Only one of body or automaticColumns can be specified.
  • body (type: String.t, default: nil) - Body of the template. It contains HTML with {column_name} to insert values from a particular column. The body is sanitized to remove certain tags, e.g., script. Only one of body or automaticColumns can be specified.
  • kind (type: String.t, default: fusiontables#template) - The kind of item this is. For a template, this is always fusiontables#template.
  • name (type: String.t, default: nil) - Optional name assigned to a template.
  • tableId (type: String.t, default: nil) - Identifier for the table for which the template is defined.
  • templateId (type: integer(), default: nil) - Identifier for the template, unique within the context of a particular 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 Source
t() :: %GoogleApi.FusionTables.V2.Model.Template{
  automaticColumnNames: [String.t()],
  body: String.t(),
  kind: String.t(),
  name: String.t(),
  tableId: String.t(),
  templateId: integer()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.