Struct google_youtube3::VideoMonetizationDetails [] [src]

pub struct VideoMonetizationDetails {
    pub access: Option<AccessPolicy>,
}

Details about monetization of a YouTube Video.

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

Fields

The value of access indicates whether the video can be monetized or not.

Trait Implementations

impl Default for VideoMonetizationDetails
[src]

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

impl Clone for VideoMonetizationDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VideoMonetizationDetails
[src]

Formats the value using the given formatter.

impl Part for VideoMonetizationDetails
[src]