quandl v0.4.5 Quandl.V3.Model.DatasetMetadata

Dataset Metadata for a time-series.

Attributes

  • id (type: Integer.t), default: nil)
  • dataset_code (type: String.t), default: nil)
  • database_id (type: Integer.t), default: nil)
  • database_code (type: String.t), default: nil)
  • name (type: String.t), default: nil)
  • decription (type: String.t), default: nil)
  • refreshed_at (type: String.t), default: nil)
  • oldest_available_date (type: String.t), default: nil)
  • newest_available_date (type: String.t), default: nil)
  • column_names (type: list(String.t)), default: nil)
  • frequency (type: String.t), default: nil)
  • type (type: String.t), default: nil)
  • premium (type: boolean()), 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.DatasetMetadata{
  column_names: [String.t()],
  database_code: String.t(),
  database_id: integer(),
  dataset_code: String.t(),
  description: String.t(),
  frequency: String.t(),
  id: integer(),
  name: String.t(),
  newest_available_date: String.t(),
  oldest_available_date: String.t(),
  premium: boolean(),
  refreshed_at: String.t(),
  type: 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.