Struct gapi_grpc::google::ads::googleads::v4::services::AdGroupCriterionOperation[][src]

pub struct AdGroupCriterionOperation {
    pub update_mask: Option<FieldMask>,
    pub exempt_policy_violation_keys: Vec<PolicyViolationKey>,
    pub operation: Option<Operation>,
}

A single operation (create, remove, update) on an ad group criterion.

Fields

update_mask: Option<FieldMask>

FieldMask that determines which resource fields are modified in an update.

exempt_policy_violation_keys: Vec<PolicyViolationKey>

The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, please refer to the is_exemptible field in the returned PolicyViolationError.

Resources violating these polices will be saved, but will not be eligible to serve. They may begin serving at a later time due to a change in policies, re-review of the resource, or a change in advertiser certificates.

operation: Option<Operation>

The mutate operation.

Trait Implementations

impl Clone for AdGroupCriterionOperation[src]

impl Debug for AdGroupCriterionOperation[src]

impl Default for AdGroupCriterionOperation[src]

impl Message for AdGroupCriterionOperation[src]

impl PartialEq<AdGroupCriterionOperation> for AdGroupCriterionOperation[src]

impl StructuralPartialEq for AdGroupCriterionOperation[src]

Auto Trait Implementations

impl RefUnwindSafe for AdGroupCriterionOperation

impl Send for AdGroupCriterionOperation

impl Sync for AdGroupCriterionOperation

impl Unpin for AdGroupCriterionOperation

impl UnwindSafe for AdGroupCriterionOperation

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]