GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation class
A single operation (create, remove) on an asset group signal.
Constructors
-
GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation({GoogleAdsSearchads360V23ResourcesAssetGroupSignal? create, List<
GoogleAdsSearchads360V23CommonPolicyViolationKey> ? exemptPolicyViolationKeys, String? remove}) - GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation.fromJson(Map json_)
Properties
- create ↔ GoogleAdsSearchads360V23ResourcesAssetGroupSignal?
-
Create operation: No resource name is expected for the new asset group
signal.
getter/setter pair
-
exemptPolicyViolationKeys
↔ List<
GoogleAdsSearchads360V23CommonPolicyViolationKey> ? -
The list of policy violation keys that should not cause a
PolicyViolationError to be reported.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- remove ↔ String?
-
Remove operation: A resource name for the removed asset group signal is
expected, in this format:
customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited