GoogleApi.YouTubeReporting.V1.Model.Report (google_api_you_tube_reporting v0.14.0) 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() | nil, downloadUrl: String.t() | nil, endTime: DateTime.t() | nil, id: String.t() | nil, jobExpireTime: DateTime.t() | nil, jobId: String.t() | nil, startTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.