Show / Hide Table of Contents

Class VideoAbuseReportReasonSnippet

Basic details about a video category, such as its localized title.

Inheritance
System.Object
VideoAbuseReportReasonSnippet
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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
System.String

Label

The localized label belonging to this abuse report reason.

Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type Description
System.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
System.Collections.Generic.IList<VideoAbuseReportSecondaryReason>

Implements

IDirectResponseSchema
Back to top