Show / Hide Table of Contents

Class AbuseReport

Inheritance
object
AbuseReport
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 AbuseReport : IDirectResponseSchema

Properties

AbuseTypes

Declaration
[JsonProperty("abuseTypes")]
public virtual IList<AbuseType> AbuseTypes { get; set; }
Property Value
Type Description
IList<AbuseType>

Description

Declaration
[JsonProperty("description")]
public virtual string Description { 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

RelatedEntities

Declaration
[JsonProperty("relatedEntities")]
public virtual IList<RelatedEntity> RelatedEntities { get; set; }
Property Value
Type Description
IList<RelatedEntity>

Subject

Declaration
[JsonProperty("subject")]
public virtual Entity Subject { get; set; }
Property Value
Type Description
Entity

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX