quandl v0.4.1 Quandl.V3.Model.DatatableMetadata

Datatable Metadata.

Attributes

  • vendor_code (type: String.t), default: nil)
  • datatable_code (type: String.t), default: nil)
  • name (type: String.t), default: nil)
  • description (type: String.t), default: nil)
  • columns (type: list()), default: nil)
  • filters (type: list()), default: nil)
  • primary_key (type: list()), default: nil)
  • premium (type: boolean()), default: nil)
  • status (type: map()), default: nil)

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()

t() :: %Quandl.V3.Model.DatatableMetadata{
  columns: list(),
  datatable_code: String.t(),
  description: String.t(),
  filters: list(),
  name: String.t(),
  premium: boolean(),
  primary_key: list(),
  status: map(),
  vendor_code: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.