Struct google_dfareporting3d4::api::OrderDocument[][src]

pub struct OrderDocument {
Show 17 fields 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>,
}
Expand description

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>

no description provided

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>

no description provided

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.