View Source GoogleApi.YouTubeReporting.V1.Model.Job (google_api_you_tube_reporting v0.15.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.YouTubeReporting.V1.Model.Job{
  createTime: DateTime.t() | nil,
  expireTime: DateTime.t() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  reportTypeId: String.t() | nil,
  systemManaged: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.