google_api_you_tube v0.10.0 GoogleApi.YouTube.V3.Model.VideoAbuseReportReasonSnippet View Source
Basic details about a video category, such as its localized title.
Attributes
label(type:String.t, default:nil) - The localized label belonging to this abuse report reason.secondaryReasons(type:list(GoogleApi.YouTube.V3.Model.VideoAbuseReportSecondaryReason.t), default:nil) - The secondary reasons associated with this reason, if any are available. (There might be 0 or more.)
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 Sourcet() :: %GoogleApi.YouTube.V3.Model.VideoAbuseReportReasonSnippet{
label: String.t(),
secondaryReasons: [
GoogleApi.YouTube.V3.Model.VideoAbuseReportSecondaryReason.t()
]
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.