Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonInteractionTypeInfo

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

Criterion for Interaction Type.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonInteractionTypeInfo

Returns a new instance of GoogleAdsSearchads360V23CommonInteractionTypeInfo.



5850
5851
5852
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5850

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

Instance Attribute Details

#typeString

The interaction type. Corresponds to the JSON property type

Returns:

  • (String)


5848
5849
5850
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5848

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5855
5856
5857
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5855

def update!(**args)
  @type = args[:type] if args.key?(:type)
end