Struct google_adexchangebuyer1d4::DeleteOrderDealsRequest[][src]

pub struct DeleteOrderDealsRequest {
    pub proposal_revision_number: Option<String>,
    pub update_action: Option<String>,
    pub deal_ids: Option<Vec<String>>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

The last known proposal revision number.

Indicates an optional action to take on the proposal

List of deals to delete for a given proposal

Trait Implementations

impl Default for DeleteOrderDealsRequest
[src]

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

impl Clone for DeleteOrderDealsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeleteOrderDealsRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for DeleteOrderDealsRequest
[src]

Auto Trait Implementations