Show / Hide Table of Contents

Class VideoAgeGating

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

Properties

AlcoholContent

Indicates whether or not the video has alcoholic beverage content. Only users of legal purchasing age in a particular country, as identified by ICAP, can view the content.

Declaration
[JsonProperty("alcoholContent")]
public virtual bool? AlcoholContent { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ETag

The ETag of the item.

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

Restricted

Age-restricted trailers. For redband trailers and adult-rated video-games. Only users aged 18+ can view the content. The the field is true the content is restricted to viewers aged 18+. Otherwise The field won't be present.

Declaration
[JsonProperty("restricted")]
public virtual bool? Restricted { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

VideoGameRating

Video game rating, if any.

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

Implements

IDirectResponseSchema
Back to top