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
approval_status: Option<String>
The destination's approval status.
destination: Option<String>
The name of the destination
intention: Option<String>
Whether the destination is required, excluded, selected by default or should be validated.
Trait Implementations
impl Debug for ProductStatusDestinationStatus[src]
impl Clone for ProductStatusDestinationStatus[src]
fn clone(&self) -> ProductStatusDestinationStatus
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ProductStatusDestinationStatus[src]
fn default() -> ProductStatusDestinationStatus
Returns the "default value" for a type. Read more