View Source GoogleApi.DoubleClickSearch.V2.Model.ReportFiles (google_api_double_click_search v0.19.0)

Attributes

  • byteCount (type: String.t, default: nil) - The size of this report file in bytes.
  • url (type: String.t, default: nil) - Use this url to download the report file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportFiles{
  byteCount: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.