google_api_you_tube_reporting v0.8.0 GoogleApi.YouTubeReporting.V1.Model.ReportType View Source

A report type.

Attributes

  • deprecateTime (type: DateTime.t, default: nil) - The date/time when this report type was/will be deprecated.
  • id (type: String.t, default: nil) - The ID of the report type (max. 100 characters).
  • name (type: String.t, default: nil) - The name of the report type (max. 100 characters).
  • systemManaged (type: boolean(), default: nil) - True if this a system-managed report type; otherwise false. Reporting jobs for system-managed report types are created automatically and can thus not be used in the CreateJob method.

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.ReportType{
  deprecateTime: DateTime.t(),
  id: String.t(),
  name: 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.