View Source GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataDownload (google_api_content_warehouse v0.4.0)

The dataset in downloadable form. There can be multiple data download entries for different file types. Next ID: 6

Attributes

  • contentSize (type: String.t, default: nil) - Size of the download, as a string from the provider. May include units.
  • downloadUrl (type: String.t, default: nil) - URL for downloading the data
  • fileFormat (type: String.t, default: nil) - File format at the link (ASCII, CSV, etc.)
  • fileFormatClass (type: String.t, default: nil) - Pragmatic classification of file formats - for filtering purposes
  • parsedContentSize (type: GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataSize.t, default: nil) - Parsed content size

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataDownload{
  contentSize: String.t() | nil,
  downloadUrl: String.t() | nil,
  fileFormat: String.t() | nil,
  fileFormatClass: String.t() | nil,
  parsedContentSize:
    GoogleApi.ContentWarehouse.V1.Model.ResearchScienceSearchDataSize.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.