Struct google_content2::LiaInventorySettings[][src]

pub struct LiaInventorySettings {
    pub inventory_verification_contact_email: Option<String>,
    pub status: Option<String>,
    pub inventory_verification_contact_status: Option<String>,
    pub inventory_verification_contact_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 email of the contact for the inventory verification process.

The status of the inventory verification process.

The status of the verification contact.

The name of the contact for the inventory verification process.

Trait Implementations

impl Default for LiaInventorySettings
[src]

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

impl Clone for LiaInventorySettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiaInventorySettings
[src]

Formats the value using the given formatter. Read more

impl Part for LiaInventorySettings
[src]

Auto Trait Implementations