Class VideoAbuseReportReasonSnippet
Basic details about a video category, such as its localized title.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class VideoAbuseReportReasonSnippet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Label
The localized label belonging to this abuse report reason.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondaryReasons
The secondary reasons associated with this reason, if any are available. (There might be 0 or more.)
Declaration
[JsonProperty("secondaryReasons")]
public virtual IList<VideoAbuseReportSecondaryReason> SecondaryReasons { get; set; }
Property Value
Type | Description |
---|---|
IList<VideoAbuseReportSecondaryReason> |