Show / Hide Table of Contents

Class VideoAbuseReport

Inheritance
System.Object
VideoAbuseReport
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 VideoAbuseReport : IDirectResponseSchema

Properties

Comments

Additional comments regarding the abuse report.

Declaration
[JsonProperty("comments")]
public virtual string Comments { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Language

The language that the content was viewed in.

Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type Description
System.String

ReasonId

The high-level, or primary, reason that the content is abusive. The value is an abuse report reason ID.

Declaration
[JsonProperty("reasonId")]
public virtual string ReasonId { get; set; }
Property Value
Type Description
System.String

SecondaryReasonId

The specific, or secondary, reason that this content is abusive (if available). The value is an abuse report reason ID that is a valid secondary reason for the primary reason.

Declaration
[JsonProperty("secondaryReasonId")]
public virtual string SecondaryReasonId { get; set; }
Property Value
Type Description
System.String

VideoId

The ID that YouTube uses to uniquely identify the video.

Declaration
[JsonProperty("videoId")]
public virtual string VideoId { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top