View Source GoogleApi.DoubleClickBidManager.V2.Model.ReportMetadata (google_api_double_click_bid_manager v0.25.1)
The metadata of a report.
Attributes
-
googleCloudStoragePath(type:String.t, default:nil) - Output only. The location of the generated report file in Google Cloud Storage. This field will be absent if status.state is notDONE. -
reportDataEndDate(type:GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default:nil) - The end date of the report data date range. -
reportDataStartDate(type:GoogleApi.DoubleClickBidManager.V2.Model.Date.t, default:nil) - The start date of the report data date range. -
status(type:GoogleApi.DoubleClickBidManager.V2.Model.ReportStatus.t, default:nil) - The status of the report.
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
Unwrap a decoded JSON object into its complex fields.