Struct google_content2::api::ProductStatusDestinationStatus [−][src]
pub struct ProductStatusDestinationStatus {
pub approval_pending: Option<bool>,
pub approval_status: Option<String>,
pub destination: Option<String>,
pub intention: 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
approval_pending: Option<bool>Whether the approval status might change due to further processing.
approval_status: Option<String>The destination’s approval status. Acceptable values are: - “approved” - “disapproved”
destination: Option<String>The name of the destination
intention: Option<String>Provided for backward compatibility only. Always set to “required”. Acceptable values are: - “default” - “excluded” - “optional” - “required”
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 Send for ProductStatusDestinationStatus
impl Sync for ProductStatusDestinationStatus
impl Unpin for ProductStatusDestinationStatus
impl UnwindSafe for ProductStatusDestinationStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more