Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUnifiedPageFeedAsset
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUnifiedPageFeedAsset
- 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
A Unified Page Feed asset.
Instance Attribute Summary collapse
-
#labels ⇒ Array<String>
Labels used to group the page urls.
-
#page_url ⇒ String
The webpage that advertisers want to target.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUnifiedPageFeedAsset
constructor
A new instance of GoogleAdsSearchads360V23CommonUnifiedPageFeedAsset.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonUnifiedPageFeedAsset
Returns a new instance of GoogleAdsSearchads360V23CommonUnifiedPageFeedAsset.
12221 12222 12223 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12221 def initialize(**args) update!(**args) end |
Instance Attribute Details
#labels ⇒ Array<String>
Labels used to group the page urls.
Corresponds to the JSON property labels
12214 12215 12216 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12214 def labels @labels end |
#page_url ⇒ String
The webpage that advertisers want to target.
Corresponds to the JSON property pageUrl
12219 12220 12221 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12219 def page_url @page_url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12226 12227 12228 12229 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 12226 def update!(**args) @labels = args[:labels] if args.key?(:labels) @page_url = args[:page_url] if args.key?(:page_url) end |