Struct google_content2::AccounttaxCustomBatchResponseEntry[][src]

pub struct AccounttaxCustomBatchResponseEntry {
    pub batch_id: Option<u32>,
    pub account_tax: Option<AccountTax>,
    pub errors: Option<Errors>,
    pub kind: Option<String>,
}

A batch entry encoding a single non-batch accounttax response.

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

Fields

The ID of the request entry this entry responds to.

The retrieved or updated account tax settings.

A list of errors defined if and only if the request failed.

Identifies what kind of resource this is. Value: the fixed string "content#accounttaxCustomBatchResponseEntry".

Trait Implementations

impl Default for AccounttaxCustomBatchResponseEntry
[src]

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

impl Clone for AccounttaxCustomBatchResponseEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccounttaxCustomBatchResponseEntry
[src]

Formats the value using the given formatter. Read more

impl Part for AccounttaxCustomBatchResponseEntry
[src]

Auto Trait Implementations