GoogleApi.YouTube.V3.Model.VideoAbuseReportReasonListResponse (google_api_you_tube v0.38.0) View Source
Attributes
-
etag(type:String.t, default:nil) - Etag of this resource. -
eventId(type:String.t, default:nil) - Serialized EventId of the request which produced this response. -
items(type:list(GoogleApi.YouTube.V3.Model.VideoAbuseReportReason.t), default:nil) - A list of valid abuse reasons that are used withvideo.ReportAbuse. -
kind(type:String.t, default:youtube#videoAbuseReportReasonListResponse) - Identifies what kind of resource this is. Value: the fixed string"youtube#videoAbuseReportReasonListResponse". -
visitorId(type:String.t, default:nil) - ThevisitorIdidentifies the visitor.
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.VideoAbuseReportReasonListResponse{
etag: String.t() | nil,
eventId: String.t() | nil,
items: [GoogleApi.YouTube.V3.Model.VideoAbuseReportReason.t()] | nil,
kind: String.t() | nil,
visitorId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.