Struct google_dfareporting2d1::OrderDocument [] [src]

pub struct OrderDocument {
    pub order_id: Option<String>,
    pub advertiser_id: Option<String>,
    pub kind: Option<String>,
    pub subaccount_id: Option<String>,
    pub effective_date: Option<String>,
    pub title: Option<String>,
    pub project_id: Option<String>,
    pub amended_order_document_id: Option<String>,
    pub signed: Option<bool>,
    pub created_info: Option<LastModifiedInfo>,
    pub approved_by_user_profile_ids: Option<Vec<String>>,
    pub cancelled: Option<bool>,
    pub type_: Option<String>,
    pub id: Option<String>,
    pub account_id: Option<String>,
}

Contains properties of a DoubleClick Planning order document.

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

ID of the order from which this order document is created.

Advertiser ID of this order document.

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

Subaccount ID of this order document.

Effective date of this order document.

Title of this order document.

Project ID of this order document.

The amended order document ID of this order document. An order document can be created by optionally amending another order document so that the change history can be preserved.

Whether this order document has been signed.

Information about the creation of this order document.

IDs of users who have approved this order document.

Whether this order document is cancelled.

Type of this order document

ID of this order document.

Account ID of this order document.

Trait Implementations

impl Default for OrderDocument
[src]

[src]

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

impl Clone for OrderDocument
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OrderDocument
[src]

[src]

Formats the value using the given formatter.

impl Resource for OrderDocument
[src]

impl ResponseResult for OrderDocument
[src]