Struct google_dfareporting3d2::api::Project[][src]

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

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

account_id: Option<String>

Account ID of this project.

advertiser_id: Option<String>

Advertiser ID of this project.

audience_age_group: Option<String>

Audience age group of this project.

audience_gender: Option<String>

Audience gender of this project.

budget: Option<String>

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.

client_billing_code: Option<String>

Client billing code of this project.

client_name: Option<String>

Name of the project client.

end_date: Option<String>

End date of the project.

id: Option<String>

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

kind: Option<String>

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

last_modified_info: Option<LastModifiedInfo>

Information about the most recent modification of this project.

name: Option<String>

Name of this project.

overview: Option<String>

Overview of this project.

start_date: Option<String>

Start date of the project.

subaccount_id: Option<String>

Subaccount ID of this project.

target_clicks: Option<String>

Number of clicks that the advertiser is targeting.

target_conversions: Option<String>

Number of conversions that the advertiser is targeting.

target_cpa_nanos: Option<String>

CPA that the advertiser is targeting.

target_cpc_nanos: Option<String>

CPC that the advertiser is targeting.

target_cpm_active_view_nanos: Option<String>

vCPM from Active View that the advertiser is targeting.

target_cpm_nanos: Option<String>

CPM that the advertiser is targeting.

target_impressions: Option<String>

Number of impressions that the advertiser is targeting.

Trait Implementations

impl Clone for Project[src]

impl Debug for Project[src]

impl Default for Project[src]

impl<'de> Deserialize<'de> for Project[src]

impl Resource for Project[src]

impl ResponseResult for Project[src]

impl Serialize for Project[src]

Auto Trait Implementations

impl RefUnwindSafe for Project

impl Send for Project

impl Sync for Project

impl Unpin for Project

impl UnwindSafe for Project

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.