Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation

A single operation (create, remove) on an asset group signal.

Inheritance
object
GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesAssetGroupSignalOperation : IDirectResponseSchema

Properties

Create

Create operation: No resource name is expected for the new asset group signal.

Declaration
[JsonProperty("create")]
public virtual GoogleAdsSearchads360V23ResourcesAssetGroupSignal Create { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesAssetGroupSignal

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExemptPolicyViolationKeys

Optional. The list of policy violation keys that should not cause a PolicyViolationError to be reported. Not all policy violations are exemptable, 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.

Declaration
[JsonProperty("exemptPolicyViolationKeys")]
public virtual IList<GoogleAdsSearchads360V23CommonPolicyViolationKey> ExemptPolicyViolationKeys { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonPolicyViolationKey>

Remove

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}

Declaration
[JsonProperty("remove")]
public virtual string Remove { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX