Class: Google::Apis::Searchads360V0::GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/searchads360_v0/classes.rb,
lib/google/apis/searchads360_v0/representations.rb,
lib/google/apis/searchads360_v0/representations.rb

Overview

A Unified Page Feed asset.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset

Returns a new instance of GoogleAdsSearchads360V0CommonUnifiedPageFeedAsset.



2932
2933
2934
# File 'lib/google/apis/searchads360_v0/classes.rb', line 2932

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#labelsArray<String>

Labels used to group the page urls. Corresponds to the JSON property labels

Returns:

  • (Array<String>)


2925
2926
2927
# File 'lib/google/apis/searchads360_v0/classes.rb', line 2925

def labels
  @labels
end

#page_urlString

The webpage that advertisers want to target. Corresponds to the JSON property pageUrl

Returns:

  • (String)


2930
2931
2932
# File 'lib/google/apis/searchads360_v0/classes.rb', line 2930

def page_url
  @page_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2937
2938
2939
2940
# File 'lib/google/apis/searchads360_v0/classes.rb', line 2937

def update!(**args)
  @labels = args[:labels] if args.key?(:labels)
  @page_url = args[:page_url] if args.key?(:page_url)
end