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

Represents an import request.

Attributes

  • kind (type: String.t, default: fusiontables#import) - The kind of item this is. For an import, this is always fusiontables#import.
  • numRowsReceived (type: String.t, default: nil) - The number of rows received from the import request.

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.Import{
  kind: String.t(),
  numRowsReceived: String.t()
}

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.