Struct google_content2_sandbox::OrdersCustomBatchRequestEntryCancel[][src]

pub struct OrdersCustomBatchRequestEntryCancel {
    pub reason: Option<String>,
    pub reason_text: 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 reason for the cancellation.

The explanation of the reason.

Trait Implementations

impl Default for OrdersCustomBatchRequestEntryCancel
[src]

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

impl Clone for OrdersCustomBatchRequestEntryCancel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrdersCustomBatchRequestEntryCancel
[src]

Formats the value using the given formatter. Read more

impl Part for OrdersCustomBatchRequestEntryCancel
[src]

Auto Trait Implementations