Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonWebpageConditionInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonWebpageConditionInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
Logical expression for targeting webpages of an advertiser's website.
Instance Attribute Summary collapse
-
#argument ⇒ String
Argument of webpage targeting condition.
-
#operand ⇒ String
Operand of webpage targeting condition.
-
#operator ⇒ String
Operator of webpage targeting condition.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonWebpageConditionInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonWebpageConditionInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonWebpageConditionInfo
Returns a new instance of GoogleAdsSearchads360V23CommonWebpageConditionInfo.
13124 13125 13126 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13124 def initialize(**args) update!(**args) end |
Instance Attribute Details
#argument ⇒ String
Argument of webpage targeting condition.
Corresponds to the JSON property argument
13112 13113 13114 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13112 def argument @argument end |
#operand ⇒ String
Operand of webpage targeting condition.
Corresponds to the JSON property operand
13117 13118 13119 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13117 def operand @operand end |
#operator ⇒ String
Operator of webpage targeting condition.
Corresponds to the JSON property operator
13122 13123 13124 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13122 def operator @operator end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13129 13130 13131 13132 13133 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13129 def update!(**args) @argument = args[:argument] if args.key?(:argument) @operand = args[:operand] if args.key?(:operand) @operator = args[:operator] if args.key?(:operator) end |