Struct google_dfareporting3::api::Project[][src]

pub struct Project {
Show 22 fields 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>,
}
Expand description

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.