Struct google_dfareporting2d2::Project [] [src]

pub struct Project {
    pub start_date: Option<String>,
    pub target_cpm_nanos: Option<String>,
    pub end_date: Option<String>,
    pub client_billing_code: Option<String>,
    pub overview: Option<String>,
    pub target_clicks: Option<String>,
    pub target_cpa_nanos: Option<String>,
    pub advertiser_id: Option<String>,
    pub target_impressions: Option<String>,
    pub subaccount_id: Option<String>,
    pub audience_gender: Option<String>,
    pub id: Option<String>,
    pub account_id: Option<String>,
    pub kind: Option<String>,
    pub target_cpc_nanos: Option<String>,
    pub name: Option<String>,
    pub last_modified_info: Option<LastModifiedInfo>,
    pub budget: Option<String>,
    pub audience_age_group: Option<String>,
    pub target_conversions: Option<String>,
    pub client_name: Option<String>,
}

Contains properties of a DoubleClick Planning project.

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

Start date of the project.

CPM that the advertiser is targeting.

End date of the project.

Client billing code of this project.

Overview of this project.

Number of clicks that the advertiser is targeting.

CPA that the advertiser is targeting.

Advertiser ID of this project.

Number of impressions that the advertiser is targeting.

Subaccount ID of this project.

Audience gender of this project.

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

Account ID of this project.

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

CPC that the advertiser is targeting.

Name of this project.

Information about the most recent modification of this project.

Budget of this project in the currency specified by the current account. The value stored in this field represents only the non-fractional amount. For example, for USD, the smallest value that can be represented by this field is 1 US dollar.

Audience age group of this project.

Number of conversions that the advertiser is targeting.

Name of the project client.

Trait Implementations

impl Default for Project
[src]

[src]

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

impl Clone for Project
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Project
[src]

[src]

Formats the value using the given formatter.

impl Resource for Project
[src]

impl ResponseResult for Project
[src]