google_api_you_tube v0.23.0 GoogleApi.YouTube.V3.Model.VideoAbuseReportReason View Source
A __videoAbuseReportReason__ resource identifies a reason that a video
could be reported as abusive. Video abuse report reasons are used with
video.ReportAbuse.
Attributes
-
etag(type:String.t, default:nil) - Etag of this resource. -
id(type:String.t, default:nil) - The ID of this abuse report reason. -
kind(type:String.t, default:youtube#videoAbuseReportReason) - Identifies what kind of resource this is. Value: the fixed string"youtube#videoAbuseReportReason". -
snippet(type:GoogleApi.YouTube.V3.Model.VideoAbuseReportReasonSnippet.t, default:nil) - Thesnippetobject contains basic details about the abuse report reason.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.YouTube.V3.Model.VideoAbuseReportReason{
etag: String.t(),
id: String.t(),
kind: String.t(),
snippet: GoogleApi.YouTube.V3.Model.VideoAbuseReportReasonSnippet.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.