Struct google_adexchangebuyer1d3::Budget[][src]

pub struct Budget {
    pub billing_id: Option<String>,
    pub kind: Option<String>,
    pub budget_amount: Option<String>,
    pub currency_code: Option<String>,
    pub id: Option<String>,
    pub account_id: Option<String>,
}

The configuration data for Ad Exchange RTB - Budget API.

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 billing id to determine which adgroup to provide budget information for. This is required for get and update requests.

The kind of the resource, i.e. "adexchangebuyer#budget".

The daily budget amount in unit amount of the account currency to apply for the billingId provided. This is required for update requests.

The currency code for the buyer. This cannot be altered here.

The unique id that describes this item.

The id of the account. This is required for get and update requests.

Trait Implementations

impl Default for Budget
[src]

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

impl Clone for Budget
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Budget
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Budget
[src]

impl ResponseResult for Budget
[src]

Auto Trait Implementations

impl Send for Budget

impl Sync for Budget