Struct google_content2::OrdersSetLineItemMetadataRequest[][src]

pub struct OrdersSetLineItemMetadataRequest {
    pub operation_id: Option<String>,
    pub annotations: Option<Vec<OrderMerchantProvidedAnnotation>>,
    pub line_item_id: Option<String>,
    pub product_id: Option<String>,
}

There is no detailed description.

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

The ID of the operation. Unique across all operations for a given order.

no description provided

The ID of the line item to set metadata. Either lineItemId or productId is required.

The ID of the product to set metadata. This is the REST ID used in the products service. Either lineItemId or productId is required.

Trait Implementations

impl Default for OrdersSetLineItemMetadataRequest
[src]

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

impl Clone for OrdersSetLineItemMetadataRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrdersSetLineItemMetadataRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for OrdersSetLineItemMetadataRequest
[src]

Auto Trait Implementations