Struct google_content2::ProductStatusDestinationStatus [] [src]

pub struct ProductStatusDestinationStatus {
    pub approval_status: Option<String>,
    pub destination: 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

The destination's approval status.

The name of the destination

Whether the destination is required, excluded, selected by default or should be validated.

Trait Implementations

impl Debug for ProductStatusDestinationStatus
[src]

Formats the value using the given formatter.

impl Clone for ProductStatusDestinationStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ProductStatusDestinationStatus
[src]

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

impl Part for ProductStatusDestinationStatus
[src]