Show / Hide Table of Contents

Class GoogleAdsSearchads360V0CommonWebpageConditionInfo

Logical expression for targeting webpages of an advertiser's website.

Inheritance
object
GoogleAdsSearchads360V0CommonWebpageConditionInfo
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.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonWebpageConditionInfo : IDirectResponseSchema

Properties

Argument

Argument of webpage targeting condition.

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

ETag

The ETag of the item.

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

Operand

Operand of webpage targeting condition.

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

Operator__

Operator of webpage targeting condition.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX