Struct google_youtube3::AccessPolicy [] [src]

pub struct AccessPolicy {
    pub exception: Option<Vec<String>>,
    pub allowed: Option<bool>,
}

Rights management policy for YouTube resources.

This type is not used in any activity, and only used as part of another schema.

Fields

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

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

Trait Implementations

impl Default for AccessPolicy
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for AccessPolicy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AccessPolicy
[src]

[src]

Formats the value using the given formatter.

impl Part for AccessPolicy
[src]