Struct google_content2::ProductCustomGroup [] [src]

pub struct ProductCustomGroup {
    pub attributes: Option<Vec<ProductCustomAttribute>>,
    pub 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

The sub-attributes.

The name of the group. Underscores will be replaced by spaces upon insertion.

Trait Implementations

impl Debug for ProductCustomGroup
[src]

Formats the value using the given formatter.

impl Clone for ProductCustomGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ProductCustomGroup
[src]

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

impl Part for ProductCustomGroup
[src]