Struct google_dfareporting2d3::InventoryItem [] [src]

pub struct InventoryItem {
    pub order_id: Option<String>,
    pub advertiser_id: Option<String>,
    pub site_id: Option<String>,
    pub ad_slots: Option<Vec<AdSlot>>,
    pub rfp_id: Option<String>,
    pub content_category_id: Option<String>,
    pub placement_strategy_id: Option<String>,
    pub account_id: Option<String>,
    pub kind: Option<String>,
    pub negotiation_channel_id: Option<String>,
    pub subaccount_id: Option<String>,
    pub name: Option<String>,
    pub estimated_click_through_rate: Option<String>,
    pub last_modified_info: Option<LastModifiedInfo>,
    pub estimated_conversion_rate: Option<String>,
    pub in_plan: Option<bool>,
    pub id: Option<String>,
    pub project_id: Option<String>,
    pub pricing: Option<Pricing>,
}

Represents a buy from the DoubleClick Planning inventory store.

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

Order ID of this inventory item.

Advertiser ID of this inventory item.

ID of the site this inventory item is associated with.

Ad slots of this inventory item. If this inventory item represents a standalone placement, there will be exactly one ad slot. If this inventory item represents a placement group, there will be more than one ad slot, each representing one child placement in that placement group.

RFP ID of this inventory item.

Content category ID of this inventory item.

Placement strategy ID of this inventory item.

Account ID of this inventory item.

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

Negotiation channel ID of this inventory item.

Subaccount ID of this inventory item.

Name of this inventory item. For standalone inventory items, this is the same name as that of its only ad slot. For group inventory items, this can differ from the name of any of its ad slots.

Estimated click-through rate of this inventory item.

Information about the most recent modification of this inventory item.

Estimated conversion rate of this inventory item.

Whether this inventory item is in plan.

ID of this inventory item.

Project ID of this inventory item.

Pricing of this inventory item.

Trait Implementations

impl Default for InventoryItem
[src]

[src]

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

impl Clone for InventoryItem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InventoryItem
[src]

[src]

Formats the value using the given formatter.

impl Resource for InventoryItem
[src]

impl ResponseResult for InventoryItem
[src]