google_api_you_tube_reporting v0.11.1 GoogleApi.YouTubeReporting.V1.Model.Report View Source
A report's metadata including the URL from which the report itself can be downloaded.
Attributes
createTime
(type:DateTime.t
, default:nil
) - The date/time when this report was created.downloadUrl
(type:String.t
, default:nil
) - The URL from which the report can be downloaded (max. 1000 characters).endTime
(type:DateTime.t
, default:nil
) - The end of the time period that the report instance covers. The value is exclusive.id
(type:String.t
, default:nil
) - The server-generated ID of the report.jobExpireTime
(type:DateTime.t
, default:nil
) - The date/time when the job this report belongs to will expire/expired.jobId
(type:String.t
, default:nil
) - The ID of the job that created this report.startTime
(type:DateTime.t
, default:nil
) - The start of the time period that the report instance covers. The value is inclusive.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTubeReporting.V1.Model.Report{ createTime: DateTime.t(), downloadUrl: String.t(), endTime: DateTime.t(), id: String.t(), jobExpireTime: DateTime.t(), jobId: String.t(), startTime: DateTime.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.