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

A report type.

Attributes

  • deprecateTime (DateTime.t): The date/time when this report type was/will be deprecated. Defaults to nil.
  • id (String.t): The ID of the report type (max. 100 characters). Defaults to nil.
  • name (String.t): The name of the report type (max. 100 characters). Defaults to nil.
  • systemManaged (boolean()): 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. 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.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.