google_api_you_tube_reporting v0.11.1 GoogleApi.YouTubeReporting.V1.Model.Job View Source

A job creating reports of a specific type.

Attributes

  • createTime (type: DateTime.t, default: nil) - The creation date/time of the job.
  • expireTime (type: DateTime.t, default: nil) - The date/time when this job will expire/expired. After a job expired, no new reports are generated.
  • id (type: String.t, default: nil) - The server-generated ID of the job (max. 40 characters).
  • name (type: String.t, default: nil) - The name of the job (max. 100 characters).
  • reportTypeId (type: String.t, default: nil) - The type of reports this job creates. Corresponds to the ID of a ReportType.
  • systemManaged (type: boolean(), default: nil) - True if this a system-managed job that cannot be modified by the user; otherwise false.

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.Job{
  createTime: DateTime.t(),
  expireTime: DateTime.t(),
  id: String.t(),
  name: String.t(),
  reportTypeId: String.t(),
  systemManaged: boolean()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.