Struct gapi_grpc::google::ads::googleads::v7::resources::AdGroupAdPolicySummary[][src]

pub struct AdGroupAdPolicySummary {
    pub policy_topic_entries: Vec<PolicyTopicEntry>,
    pub review_status: i32,
    pub approval_status: i32,
}

Contains policy information for an ad.

Fields

policy_topic_entries: Vec<PolicyTopicEntry>

Output only. The list of policy findings for this ad.

review_status: i32

Output only. Where in the review process this ad is.

approval_status: i32

Output only. The overall approval status of this ad, calculated based on the status of its individual policy topic entries.

Implementations

impl AdGroupAdPolicySummary[src]

pub fn review_status(&self) -> PolicyReviewStatus[src]

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

pub fn set_review_status(&mut self, value: PolicyReviewStatus)[src]

Sets review_status to the provided enum value.

pub fn approval_status(&self) -> PolicyApprovalStatus[src]

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

pub fn set_approval_status(&mut self, value: PolicyApprovalStatus)[src]

Sets approval_status to the provided enum value.

Trait Implementations

impl Clone for AdGroupAdPolicySummary[src]

impl Debug for AdGroupAdPolicySummary[src]

impl Default for AdGroupAdPolicySummary[src]

impl Message for AdGroupAdPolicySummary[src]

impl PartialEq<AdGroupAdPolicySummary> for AdGroupAdPolicySummary[src]

impl StructuralPartialEq for AdGroupAdPolicySummary[src]

Auto Trait Implementations

impl RefUnwindSafe for AdGroupAdPolicySummary

impl Send for AdGroupAdPolicySummary

impl Sync for AdGroupAdPolicySummary

impl Unpin for AdGroupAdPolicySummary

impl UnwindSafe for AdGroupAdPolicySummary

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]