Struct google_content2::api::AccountAdwordsLink [−][src]
Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
adwords_id: Option<String>Customer ID of the AdWords account.
status: Option<String>Status of the link between this Merchant Center account and the AdWords account. Upon retrieval, it represents the actual status of the link and can be either active if it was approved in Google AdWords 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. Acceptable values are: - “active” - “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 AccountAdwordsLink
impl Send for AccountAdwordsLink
impl Sync for AccountAdwordsLink
impl Unpin for AccountAdwordsLink
impl UnwindSafe for AccountAdwordsLink
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more