Struct google_dfareporting3d2::api::OrderDocument[][src]

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

Contains properties of a 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

account_id: Option<String>

Account ID of this order document.

advertiser_id: Option<String>

Advertiser ID of this order document.

amended_order_document_id: Option<String>

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.

approved_by_user_profile_ids: Option<Vec<String>>

IDs of users who have approved this order document.

cancelled: Option<bool>

Whether this order document is cancelled.

created_info: Option<LastModifiedInfo>

Information about the creation of this order document.

effective_date: Option<String>

Effective date of this order document.

id: Option<String>

ID of this order document.

kind: Option<String>

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

last_sent_recipients: Option<Vec<String>>

List of email addresses that received the last sent document.

last_sent_time: Option<String>

Timestamp of the last email sent with this order document.

order_id: Option<String>

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

project_id: Option<String>

Project ID of this order document.

signed: Option<bool>

Whether this order document has been signed.

subaccount_id: Option<String>

Subaccount ID of this order document.

title: Option<String>

Title of this order document.

type_: Option<String>

Type of this order document

Trait Implementations

impl Clone for OrderDocument[src]

impl Debug for OrderDocument[src]

impl Default for OrderDocument[src]

impl<'de> Deserialize<'de> for OrderDocument[src]

impl Resource for OrderDocument[src]

impl ResponseResult for OrderDocument[src]

impl Serialize for OrderDocument[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.