View Source GoogleApi.ContentWarehouse.V1.Model.AbuseiamVideoReviewData (google_api_content_warehouse v0.3.0)
Information about a video review.
Attributes
-
referenceFragment
(type:list(String.t)
, default:nil
) - Serialized repeated youtube_admin.adminmatch.csai.ReferenceFragment -
reviewer
(type:GoogleApi.ContentWarehouse.V1.Model.AbuseiamVideoReviewer.t
, default:nil
) - Information about the video reviewer. -
videoId
(type:String.t
, default:nil
) - The Viper id of the video.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AbuseiamVideoReviewData{ referenceFragment: [String.t()] | nil, reviewer: GoogleApi.ContentWarehouse.V1.Model.AbuseiamVideoReviewer.t() | nil, videoId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.