google_api_you_tube_reporting v0.3.0 GoogleApi.YouTubeReporting.V1.Model.Report View Source
A report's metadata including the URL from which the report itself can be downloaded.
Attributes
- createTime (DateTime.t): The date/time when this report was created. Defaults to
nil
. - downloadUrl (String.t): The URL from which the report can be downloaded (max. 1000 characters). Defaults to
nil
. - endTime (DateTime.t): The end of the time period that the report instance covers. The value is
exclusive. Defaults to
nil
. - id (String.t): The server-generated ID of the report. Defaults to
nil
. - jobExpireTime (DateTime.t): The date/time when the job this report belongs to will expire/expired. Defaults to
nil
. - jobId (String.t): The ID of the job that created this report. Defaults to
nil
. - startTime (DateTime.t): The start of the time period that the report instance covers. The value is
inclusive. Defaults to
nil
.
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 Source
t()
View Source
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()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.