Struct google_dfareporting2d1::Order [] [src]

pub struct Order {
    pub terms_and_conditions: Option<String>,
    pub buyer_organization_name: Option<String>,
    pub advertiser_id: Option<String>,
    pub site_id: Option<Vec<String>>,
    pub buyer_invoice_id: Option<String>,
    pub planning_term_id: Option<String>,
    pub id: Option<String>,
    pub account_id: Option<String>,
    pub kind: Option<String>,
    pub subaccount_id: Option<String>,
    pub name: Option<String>,
    pub contacts: Option<Vec<OrderContact>>,
    pub last_modified_info: Option<LastModifiedInfo>,
    pub notes: Option<String>,
    pub seller_organization_name: Option<String>,
    pub comments: Option<String>,
    pub approver_user_profile_ids: Option<Vec<String>>,
    pub seller_order_id: Option<String>,
    pub project_id: Option<String>,
    pub site_names: Option<Vec<String>>,
}

Describes properties of a DoubleClick Planning order.

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

Terms and conditions of this order.

Name of the buyer organization.

Advertiser ID of this order.

Site IDs this order is associated with.

Buyer invoice ID associated with this order.

ID of the terms and conditions template used in this order.

ID of this order. This is a read-only, auto-generated field.

Account ID of this order.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#order".

Subaccount ID of this order.

Name of this order.

Contacts for this order.

Information about the most recent modification of this order.

Notes of this order.

Name of the seller organization.

Comments in this order.

IDs for users that have to approve documents created for this order.

Seller order ID associated with this order.

Project ID of this order.

Free-form site names this order is associated with.

Trait Implementations

impl Default for Order
[src]

[src]

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

impl Clone for Order
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Order
[src]

[src]

Formats the value using the given formatter.

impl Resource for Order
[src]

impl ResponseResult for Order
[src]