Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier
- 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 identifier for Hotel account.
Instance Attribute Summary collapse
-
#hotel_center_id ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier
constructor
A new instance of GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier
Returns a new instance of GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier.
29607 29608 29609 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29607 def initialize(**args) update!(**args) end |
Instance Attribute Details
#hotel_center_id ⇒ Fixnum
Output only. The hotel center id of the hotel account. This field is read only
Corresponds to the JSON property hotelCenterId
29605 29606 29607 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29605 def hotel_center_id @hotel_center_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
29612 29613 29614 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29612 def update!(**args) @hotel_center_id = args[:hotel_center_id] if args.key?(:hotel_center_id) end |