Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonActivityStateInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonActivityStateInfo
- 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
The state where the travel activity is available.
Instance Attribute Summary collapse
-
#value ⇒ String
String value of the activity state.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonActivityStateInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonActivityStateInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonActivityStateInfo
Returns a new instance of GoogleAdsSearchads360V23CommonActivityStateInfo.
682 683 684 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 682 def initialize(**args) update!(**args) end |
Instance Attribute Details
#value ⇒ String
String value of the activity state. The Geo Target Constant resource name.
Corresponds to the JSON property value
680 681 682 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 680 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
687 688 689 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 687 def update!(**args) @value = args[:value] if args.key?(:value) end |