Show / Hide Table of Contents

Class AbuseReport

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

Properties

AbuseTypes

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

Description

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

RelatedEntities

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

Subject

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

Implements

IDirectResponseSchema
Back to top