Struct gapi_grpc::google::ads::googleads::v6::resources::ad_group_criterion::QualityInfo[][src]

pub struct QualityInfo {
    pub quality_score: i32,
    pub creative_quality_score: i32,
    pub post_click_quality_score: i32,
    pub search_predicted_ctr: i32,
}

A container for ad group criterion quality information.

Fields

quality_score: i32

Output only. The quality score.

This field may not be populated if Google does not have enough information to determine a value.

creative_quality_score: i32

Output only. The performance of the ad compared to other advertisers.

post_click_quality_score: i32

Output only. The quality score of the landing page.

search_predicted_ctr: i32

Output only. The click-through rate compared to that of other advertisers.

Implementations

impl QualityInfo[src]

pub fn creative_quality_score(&self) -> QualityScoreBucket[src]

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

pub fn set_creative_quality_score(&mut self, value: QualityScoreBucket)[src]

Sets creative_quality_score to the provided enum value.

pub fn post_click_quality_score(&self) -> QualityScoreBucket[src]

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

pub fn set_post_click_quality_score(&mut self, value: QualityScoreBucket)[src]

Sets post_click_quality_score to the provided enum value.

pub fn search_predicted_ctr(&self) -> QualityScoreBucket[src]

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

pub fn set_search_predicted_ctr(&mut self, value: QualityScoreBucket)[src]

Sets search_predicted_ctr to the provided enum value.

Trait Implementations

impl Clone for QualityInfo[src]

impl Debug for QualityInfo[src]

impl Default for QualityInfo[src]

impl Message for QualityInfo[src]

impl PartialEq<QualityInfo> for QualityInfo[src]

impl StructuralPartialEq for QualityInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for QualityInfo

impl Send for QualityInfo

impl Sync for QualityInfo

impl Unpin for QualityInfo

impl UnwindSafe for QualityInfo

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]