Struct google_content2::api::AccountYouTubeChannelLink [−][src]
pub struct AccountYouTubeChannelLink {
pub channel_id: Option<String>,
pub status: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
channel_id: Option<String>Channel ID.
status: Option<String>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.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AccountYouTubeChannelLink
impl Send for AccountYouTubeChannelLink
impl Sync for AccountYouTubeChannelLink
impl Unpin for AccountYouTubeChannelLink
impl UnwindSafe for AccountYouTubeChannelLink
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more