Show / Hide Table of Contents

Class VideoAbuseReport

Inheritance
object
VideoAbuseReport
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
string

ETag

The ETag of the item.

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

Language

The language that the content was viewed in.

Declaration
[JsonProperty("language")]
public virtual string Language { get; set; }
Property Value
Type Description
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
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
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX