Struct gapi_grpc::google::ads::googleads::v7::services::AdGroupCriterionOperation [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,