Class AccessPolicy
Rights management policy for YouTube resources.
Implements
Inherited Members
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> |