Struct google_content2::ProductStatusDestinationStatus[][src]

pub struct ProductStatusDestinationStatus {
    pub approval_pending: Option<bool>,
    pub destination: Option<String>,
    pub approval_status: Option<String>,
    pub intention: Option<String>,
}

There is no detailed description.

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

Fields

Whether the approval status might change due to further processing.

The name of the destination

The destination's approval status.

Provided for backward compatibility only. Always set to "required".

Trait Implementations

impl Default for ProductStatusDestinationStatus
[src]

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

impl Clone for ProductStatusDestinationStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductStatusDestinationStatus
[src]

Formats the value using the given formatter. Read more

impl Part for ProductStatusDestinationStatus
[src]

Auto Trait Implementations