google_api_you_tube_reporting v0.2.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:
null
. - id (String.t): The ID of the report type (max. 100 characters). Defaults to:
null
. - name (String.t): The name of the report type (max. 100 characters). Defaults to:
null
. - 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:
null
.
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()
View Source
t() :: %GoogleApi.YouTubeReporting.V1.Model.ReportType{
deprecateTime: DateTime.t(),
id: any(),
name: any(),
systemManaged: any()
}
t() :: %GoogleApi.YouTubeReporting.V1.Model.ReportType{ deprecateTime: DateTime.t(), id: any(), name: any(), systemManaged: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.