google_api_dfa_reporting v0.17.0 GoogleApi.DFAReporting.V34.Model.File View Source
Represents a File resource. A file contains the metadata for a report run. It shows the status of the run and holds the URLs to the generated report data if the run is finished and the status is "REPORT_AVAILABLE".
Attributes
-
dateRange
(type:GoogleApi.DFAReporting.V34.Model.DateRange.t
, default:nil
) - The date range for which the file has report data. The date range will always be the absolute date range for which the report is run. -
etag
(type:String.t
, default:nil
) - Etag of this resource. -
fileName
(type:String.t
, default:nil
) - The filename of the file. -
format
(type:String.t
, default:nil
) - The output format of the report. Only available once the file is available. -
id
(type:String.t
, default:nil
) - The unique ID of this report file. -
kind
(type:String.t
, default:dfareporting#file
) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#file". -
lastModifiedTime
(type:String.t
, default:nil
) - The timestamp in milliseconds since epoch when this file was last modified. -
reportId
(type:String.t
, default:nil
) - The ID of the report this file was generated from. -
status
(type:String.t
, default:nil
) - The status of the report file. -
urls
(type:GoogleApi.DFAReporting.V34.Model.FileUrls.t
, default:nil
) - The URLs where the completed report file can be downloaded.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DFAReporting.V34.Model.File{ dateRange: GoogleApi.DFAReporting.V34.Model.DateRange.t(), etag: String.t(), fileName: String.t(), format: String.t(), id: String.t(), kind: String.t(), lastModifiedTime: String.t(), reportId: String.t(), status: String.t(), urls: GoogleApi.DFAReporting.V34.Model.FileUrls.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.