Show / Hide Table of Contents

Class AccessPolicy

Rights management policy for YouTube resources.

Inheritance
object
AccessPolicy
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 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
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
IList<string>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX