google_api_you_tube_reporting v0.11.1 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 theCreateJob
method.
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.ReportType{ deprecateTime: DateTime.t(), id: String.t(), name: String.t(), systemManaged: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.