Class AbuseReport
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
Description
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Declaration
[JsonProperty("relatedEntities")]
public virtual IList<RelatedEntity> RelatedEntities { get; set; }
Property Value
Subject
Declaration
[JsonProperty("subject")]
public virtual Entity Subject { get; set; }
Property Value
Implements