google_api_you_tube_reporting v0.3.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 nil.
  • expireTime (DateTime.t): The date/time when this job will expire/expired. After a job expired, no new reports are generated. Defaults to nil.
  • id (String.t): The server-generated ID of the job (max. 40 characters). Defaults to nil.
  • name (String.t): The name of the job (max. 100 characters). Defaults to nil.
  • reportTypeId (String.t): The type of reports this job creates. Corresponds to the ID of a ReportType. Defaults to nil.
  • systemManaged (boolean()): True if this a system-managed job that cannot be modified by the user; otherwise false. 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() :: %GoogleApi.YouTubeReporting.V1.Model.Job{
  createTime: DateTime.t(),
  expireTime: DateTime.t(),
  id: String.t(),
  name: String.t(),
  reportTypeId: String.t(),
  systemManaged: boolean()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.