Struct gapi_grpc::google::ads::googleads::v6::resources::KeywordPlan[][src]

pub struct KeywordPlan {
    pub resource_name: String,
    pub id: i64,
    pub name: String,
    pub forecast_period: Option<KeywordPlanForecastPeriod>,
}

A Keyword Planner plan. Max number of saved keyword plans: 10000. It’s possible to remove plans if limit is reached.

Fields

resource_name: String

Immutable. The resource name of the Keyword Planner plan. KeywordPlan resource names have the form:

customers/{customer_id}/keywordPlans/{kp_plan_id}

id: i64

Output only. The ID of the keyword plan.

name: String

The name of the keyword plan.

This field is required and should not be empty when creating new keyword plans.

forecast_period: Option<KeywordPlanForecastPeriod>

The date period used for forecasting the plan.

Trait Implementations

impl Clone for KeywordPlan[src]

impl Debug for KeywordPlan[src]

impl Default for KeywordPlan[src]

impl Message for KeywordPlan[src]

impl PartialEq<KeywordPlan> for KeywordPlan[src]

impl StructuralPartialEq for KeywordPlan[src]

Auto Trait Implementations

impl RefUnwindSafe for KeywordPlan

impl Send for KeywordPlan

impl Sync for KeywordPlan

impl Unpin for KeywordPlan

impl UnwindSafe for KeywordPlan

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> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> IntoRequest<T> for 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]