Struct google_content2::ProductAspect[][src]

pub struct ProductAspect {
    pub intention: Option<String>,
    pub aspect_name: Option<String>,
    pub destination_name: 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 aspect is required, excluded or should be validated.

The name of the aspect.

The name of the destination. Leave out to apply to all destinations.

Trait Implementations

impl Default for ProductAspect
[src]

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

impl Clone for ProductAspect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductAspect
[src]

Formats the value using the given formatter. Read more

impl Part for ProductAspect
[src]

Auto Trait Implementations