Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignTravelCampaignSettings
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignTravelCampaignSettings
- 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
Settings for Travel campaign.
Instance Attribute Summary collapse
-
#travel_account_id ⇒ Fixnum
Immutable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCampaignTravelCampaignSettings
constructor
A new instance of GoogleAdsSearchads360V23ResourcesCampaignTravelCampaignSettings.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesCampaignTravelCampaignSettings
Returns a new instance of GoogleAdsSearchads360V23ResourcesCampaignTravelCampaignSettings.
16088 16089 16090 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16088 def initialize(**args) update!(**args) end |
Instance Attribute Details
#travel_account_id ⇒ Fixnum
Immutable. The Travel account ID associated with the Travel campaign.
Corresponds to the JSON property travelAccountId
16086 16087 16088 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16086 def travel_account_id @travel_account_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
16093 16094 16095 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 16093 def update!(**args) @travel_account_id = args[:travel_account_id] if args.key?(:travel_account_id) end |