Struct google_dfareporting3::api::Order[][src]

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

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

account_id: Option<String>

Account ID of this order.

advertiser_id: Option<String>

Advertiser ID of this order.

approver_user_profile_ids: Option<Vec<String>>

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

buyer_invoice_id: Option<String>

Buyer invoice ID associated with this order.

buyer_organization_name: Option<String>

Name of the buyer organization.

comments: Option<String>

Comments in this order.

contacts: Option<Vec<OrderContact>>

Contacts for this order.

id: Option<String>

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

kind: Option<String>

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

last_modified_info: Option<LastModifiedInfo>

Information about the most recent modification of this order.

name: Option<String>

Name of this order.

notes: Option<String>

Notes of this order.

planning_term_id: Option<String>

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

project_id: Option<String>

Project ID of this order.

seller_order_id: Option<String>

Seller order ID associated with this order.

seller_organization_name: Option<String>

Name of the seller organization.

site_id: Option<Vec<String>>

Site IDs this order is associated with.

site_names: Option<Vec<String>>

Free-form site names this order is associated with.

subaccount_id: Option<String>

Subaccount ID of this order.

terms_and_conditions: Option<String>

Terms and conditions of this order.

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.