google_api_you_tube_reporting v0.2.0 GoogleApi.YouTubeReporting.V1.Model.Job View Source
A job creating reports of a specific type.
Attributes
- createTime (DateTime.t): The creation date/time of the job. Defaults to:
null
. - expireTime (DateTime.t): The date/time when this job will expire/expired. After a job expired, no new reports are generated. Defaults to:
null
. - id (String.t): The server-generated ID of the job (max. 40 characters). Defaults to:
null
. - name (String.t): The name of the job (max. 100 characters). Defaults to:
null
. - reportTypeId (String.t): The type of reports this job creates. Corresponds to the ID of a ReportType. Defaults to:
null
. - systemManaged (boolean()): True if this a system-managed job that cannot be modified by the user; otherwise false. 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.Job{
createTime: DateTime.t(),
expireTime: DateTime.t(),
id: any(),
name: any(),
reportTypeId: any(),
systemManaged: any()
}
t() :: %GoogleApi.YouTubeReporting.V1.Model.Job{ createTime: DateTime.t(), expireTime: DateTime.t(), id: any(), name: any(), reportTypeId: any(), systemManaged: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.