Struct google_content2::AccountYouTubeChannelLink[][src]

pub struct AccountYouTubeChannelLink {
    pub status: Option<String>,
    pub channel_id: Option<String>,
}

There is no detailed description.

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

Fields

Status of the link between this Merchant Center account and the YouTube channel. Upon retrieval, it represents the actual status of the link and can be either active if it was approved in YT Creator Studio or pending if it's pending approval. Upon insertion, it represents the intended status of the link. Re-uploading a link with status active when it's still pending or with status pending when it's already active will have no effect: the status will remain unchanged. Re-uploading a link with deprecated status inactive is equivalent to not submitting the link at all and will delete the link if it was active or cancel the link request if it was pending.

Channel ID.

Trait Implementations

impl Default for AccountYouTubeChannelLink
[src]

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

impl Clone for AccountYouTubeChannelLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountYouTubeChannelLink
[src]

Formats the value using the given formatter. Read more

impl Part for AccountYouTubeChannelLink
[src]

Auto Trait Implementations