Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonWebpageConditionInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonWebpageConditionInfo

Returns a new instance of GoogleAdsSearchads360V23CommonWebpageConditionInfo.



13064
13065
13066
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13064

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#argumentString

Argument of webpage targeting condition. Corresponds to the JSON property argument

Returns:

  • (String)


13052
13053
13054
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13052

def argument
  @argument
end

#operandString

Operand of webpage targeting condition. Corresponds to the JSON property operand

Returns:

  • (String)


13057
13058
13059
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13057

def operand
  @operand
end

#operatorString

Operator of webpage targeting condition. Corresponds to the JSON property operator

Returns:

  • (String)


13062
13063
13064
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13062

def operator
  @operator
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13069
13070
13071
13072
13073
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13069

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