google_api_you_tube_reporting v0.2.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:
null
. - downloadUrl (String.t): The URL from which the report can be downloaded (max. 1000 characters). Defaults to:
null
. - endTime (DateTime.t): The end of the time period that the report instance covers. The value is exclusive. Defaults to:
null
. - id (String.t): The server-generated ID of the report. Defaults to:
null
. - jobExpireTime (DateTime.t): The date/time when the job this report belongs to will expire/expired. Defaults to:
null
. - jobId (String.t): The ID of the job that created this report. Defaults to:
null
. - startTime (DateTime.t): The start of the time period that the report instance covers. The value is inclusive. Defaults to:
null
.
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: any(),
endTime: DateTime.t(),
id: any(),
jobExpireTime: DateTime.t(),
jobId: any(),
startTime: DateTime.t()
}
t() :: %GoogleApi.YouTubeReporting.V1.Model.Report{ createTime: DateTime.t(), downloadUrl: any(), endTime: DateTime.t(), id: any(), jobExpireTime: DateTime.t(), jobId: any(), 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.