View Source GoogleApi.YouTubeReporting.V1.Model.ReportType (google_api_you_tube_reporting v0.15.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.YouTubeReporting.V1.Model.ReportType{ deprecateTime: DateTime.t() | nil, id: String.t() | nil, name: String.t() | nil, systemManaged: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.