google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V33.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.V33.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
) - The eTag of this response for caching purposes.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
) - The kind of resource this is, in this case 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.V33.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
Link to this type
t()
View Sourcet() :: %GoogleApi.DFAReporting.V33.Model.File{ dateRange: GoogleApi.DFAReporting.V33.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.V33.Model.FileUrls.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.