Show / Hide Table of Contents

Class AccessPolicy

Rights management policy for YouTube resources.

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

Properties

Allowed

The value of allowed indicates whether the access to the policy is allowed or denied by default.

Declaration
[JsonProperty("allowed")]
public virtual bool? Allowed { 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

Exception

A list of region codes that identify countries where the default policy do not apply.

Declaration
[JsonProperty("exception")]
public virtual IList<string> Exception { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
Back to top