Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonHotelStateInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonHotelStateInfo
- 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
State the hotel is located in.
Instance Attribute Summary collapse
-
#state_criterion ⇒ String
The Geo Target Constant resource name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonHotelStateInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonHotelStateInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonHotelStateInfo
Returns a new instance of GoogleAdsSearchads360V23CommonHotelStateInfo.
5636 5637 5638 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5636 def initialize(**args) update!(**args) end |
Instance Attribute Details
#state_criterion ⇒ String
The Geo Target Constant resource name.
Corresponds to the JSON property stateCriterion
5634 5635 5636 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5634 def state_criterion @state_criterion end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5641 5642 5643 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 5641 def update!(**args) @state_criterion = args[:state_criterion] if args.key?(:state_criterion) end |