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

pub struct SearchTermView {
    pub resource_name: String,
    pub search_term: String,
    pub ad_group: String,
    pub status: i32,
}

A search term view with metrics aggregated by search term at the ad group level.

Fields

resource_name: String

Output only. The resource name of the search term view. Search term view resource names have the form:

customers/{customer_id}/searchTermViews/{campaign_id}~{ad_group_id}~{URL-base64_search_term}

search_term: String

Output only. The search term.

ad_group: String

Output only. The ad group the search term served in.

status: i32

Output only. Indicates whether the search term is currently one of your targeted or excluded keywords.

Implementations

impl SearchTermView[src]

pub fn status(&self) -> SearchTermTargetingStatus[src]

Returns the enum value of status, or the default if the field is set to an invalid enum value.

pub fn set_status(&mut self, value: SearchTermTargetingStatus)[src]

Sets status to the provided enum value.

Trait Implementations

impl Clone for SearchTermView[src]

impl Debug for SearchTermView[src]

impl Default for SearchTermView[src]

impl Message for SearchTermView[src]

impl PartialEq<SearchTermView> for SearchTermView[src]

impl StructuralPartialEq for SearchTermView[src]

Auto Trait Implementations

impl RefUnwindSafe for SearchTermView

impl Send for SearchTermView

impl Sync for SearchTermView

impl Unpin for SearchTermView

impl UnwindSafe for SearchTermView

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]