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

A report's metadata including the URL from which the report itself can be downloaded.

Attributes

  • createTime (type: DateTime.t, default: nil) - The date/time when this report was created.
  • downloadUrl (type: String.t, default: nil) - The URL from which the report can be downloaded (max. 1000 characters).
  • endTime (type: DateTime.t, default: nil) - The end of the time period that the report instance covers. The value is exclusive.
  • id (type: String.t, default: nil) - The server-generated ID of the report.
  • jobExpireTime (type: DateTime.t, default: nil) - The date/time when the job this report belongs to will expire/expired.
  • jobId (type: String.t, default: nil) - The ID of the job that created this report.
  • startTime (type: DateTime.t, default: nil) - The start of the time period that the report instance covers. The value is inclusive.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.YouTubeReporting.V1.Model.Report{
  createTime: DateTime.t() | nil,
  downloadUrl: String.t() | nil,
  endTime: DateTime.t() | nil,
  id: String.t() | nil,
  jobExpireTime: DateTime.t() | nil,
  jobId: String.t() | nil,
  startTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.