Struct gapi_grpc::google::ads::googleads::v6::common::AdAssetPolicySummary[][src]

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

Contains policy information for an asset inside an ad.

Fields

policy_topic_entries: Vec<PolicyTopicEntry>

The list of policy findings for this asset.

review_status: i32

Where in the review process this asset.

approval_status: i32

The overall approval status of this asset, which is calculated based on the status of its individual policy topic entries.

Implementations

impl AdAssetPolicySummary[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 AdAssetPolicySummary[src]

impl Debug for AdAssetPolicySummary[src]

impl Default for AdAssetPolicySummary[src]

impl Message for AdAssetPolicySummary[src]

impl PartialEq<AdAssetPolicySummary> for AdAssetPolicySummary[src]

impl StructuralPartialEq for AdAssetPolicySummary[src]

Auto Trait Implementations

impl RefUnwindSafe for AdAssetPolicySummary

impl Send for AdAssetPolicySummary

impl Sync for AdAssetPolicySummary

impl Unpin for AdAssetPolicySummary

impl UnwindSafe for AdAssetPolicySummary

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]