quandl v0.3.0 Quandl.V3.Model.DatabaseMetadata

Database metadata.

Attributes

  • id (type: Integer.t), default: nil)
  • database_code (type: String.t), default: nil)
  • name (type: String.t, default: nil)
  • description (type: String.t), default: nil)
  • datasets_count (type: Integer.t), default: nil)
  • downloads (type: Integer.t), default: nil)
  • premium (type: Boolean.t), default: nil)
  • image (type: String.t), default: nil)
  • favorite (type: Boolean.t), default: nil)
  • url_name (type: String.t), 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.DatabaseMetadata{
  database_code: String.t(),
  datasets_count: Integer.t(),
  description: String.t(),
  downloads: Integer.t(),
  favorite: Boolean.t(),
  id: Integer.t(),
  image: String.t(),
  name: String.t(),
  premium: Boolean.t(),
  url_name: 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.