Struct google_adexchangebuyer1d4::Proposal [] [src]

pub struct Proposal {
    pub private_auction_id: Option<String>,
    pub labels: Option<Vec<MarketplaceLabel>>,
    pub originator_role: Option<String>,
    pub seller_contacts: Option<Vec<ContactInformation>>,
    pub negotiation_id: Option<String>,
    pub inventory_source: Option<String>,
    pub has_seller_signed_off: Option<bool>,
    pub buyer: Option<Buyer>,
    pub has_buyer_signed_off: Option<bool>,
    pub revision_number: Option<String>,
    pub kind: Option<String>,
    pub proposal_state: Option<String>,
    pub name: Option<String>,
    pub revision_time_ms: Option<String>,
    pub buyer_private_data: Option<PrivateData>,
    pub billed_buyer: Option<Buyer>,
    pub seller: Option<Seller>,
    pub proposal_id: Option<String>,
    pub is_renegotiating: Option<bool>,
    pub is_setup_complete: Option<bool>,
    pub dbm_advertiser_ids: Option<Vec<String>>,
    pub last_updater_or_commentor_role: Option<String>,
    pub buyer_contacts: Option<Vec<ContactInformation>>,
}

Represents a proposal in the marketplace. A proposal is the unit of negotiation between a seller and a buyer and contains deals which are served. Each field in a proposal can have one of the following setting:

(readonly) - It is an error to try and set this field. (buyer-readonly) - Only the seller can set this field. (seller-readonly) - Only the buyer can set this field. (updatable) - The field is updatable at all times by either buyer or the seller.

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

Optional private auction id if this proposal is a private auction proposal.

List of labels associated with the proposal. (readonly)

Indicates whether the buyer/seller created the proposal.(readonly)

Optional contact information of the seller (buyer-readonly).

Optional negotiation id if this proposal is a preferred deal proposal.

What exchange will provide this inventory (readonly, except on create).

When an proposal is in an accepted state, indicates whether the buyer has signed off Once both sides have signed off on a deal, the proposal can be finalized by the seller. (buyer-readonly)

Reference to the buyer on the proposal. (readonly, except on create)

When an proposal is in an accepted state, indicates whether the buyer has signed off. Once both sides have signed off on a deal, the proposal can be finalized by the seller. (seller-readonly)

The revision number for the proposal (readonly).

Identifies what kind of resource this is. Value: the fixed string "adexchangebuyer#proposal".

The current state of the proposal. (readonly)

The name for the proposal (updatable)

The time (ms since epoch) when the proposal was last revised (readonly).

Private data for buyer. (hidden from seller).

Reference to the buyer that will get billed for this proposal. (readonly)

Reference to the seller on the proposal. (readonly, except on create)

The unique id of the proposal. (readonly).

True if the proposal is being renegotiated (readonly).

True, if the buyside inventory setup is complete for this proposal. (readonly, except via OrderSetupCompleted action) Deprecated in favor of deal level setup complete flag.

IDs of DBM advertisers permission to this proposal.

The role of the last user that either updated the proposal or left a comment. (readonly)

Optional contact information of the buyer. (seller-readonly)

Trait Implementations

impl Default for Proposal
[src]

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

impl Clone for Proposal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Proposal
[src]

Formats the value using the given formatter.

impl RequestValue for Proposal
[src]

impl Resource for Proposal
[src]

impl ResponseResult for Proposal
[src]