Struct google_content2::LiasettingsCustomBatchRequestEntry[][src]

pub struct LiasettingsCustomBatchRequestEntry {
    pub batch_id: Option<u32>,
    pub contact_name: Option<String>,
    pub gmb_email: Option<String>,
    pub country: Option<String>,
    pub pos_data_provider_id: Option<String>,
    pub contact_email: Option<String>,
    pub lia_settings: Option<LiaSettings>,
    pub merchant_id: Option<String>,
    pub pos_external_account_id: Option<String>,
    pub method: Option<String>,
    pub account_id: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

An entry ID, unique within the batch request.

Inventory validation contact name. Required only for SetInventoryValidationContact.

The GMB account. Required only for RequestGmbAccess.

The country code. Required only for RequestInventoryVerification.

The ID of POS data provider. Required only for SetPosProvider.

Inventory validation contact email. Required only for SetInventoryValidationContact.

The account Lia settings to update. Only defined if the method is update.

The ID of the managing account.

The account ID by which this merchant is known to the POS provider.

no description provided

The ID of the account for which to get/update account shipping settings.

Trait Implementations

impl Default for LiasettingsCustomBatchRequestEntry
[src]

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

impl Clone for LiasettingsCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiasettingsCustomBatchRequestEntry
[src]

Formats the value using the given formatter. Read more

impl Part for LiasettingsCustomBatchRequestEntry
[src]

Auto Trait Implementations