View Source GoogleApi.DoubleClickBidManager.V2.Model.ReportMetadata (google_api_double_click_bid_manager v0.25.0)

Report metadata.

Attributes

  • googleCloudStoragePath (type: String.t, default: nil) - Output only. The path to the location in Google Cloud Storage where the report is stored.
  • reportDataEndDate (type: GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default: nil) - The ending time for the data that is shown in the report.
  • reportDataStartDate (type: GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default: nil) - The starting time for the data that is shown in the report.
  • status (type: GoogleApi.DoubleClickBidManager.V2.Model.ReportStatus.t, default: nil) - Report status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.ReportMetadata{
  googleCloudStoragePath: String.t() | nil,
  reportDataEndDate: GoogleApi.DoubleClickBidManager.V2.Model.Date.t() | nil,
  reportDataStartDate: GoogleApi.DoubleClickBidManager.V2.Model.Date.t() | nil,
  status: GoogleApi.DoubleClickBidManager.V2.Model.ReportStatus.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.