Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonWebpageSampleInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonWebpageSampleInfo
- 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
List of sample urls that match the website target
Instance Attribute Summary collapse
-
#sample_urls ⇒ Array<String>
Webpage sample urls Corresponds to the JSON property
sampleUrls.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonWebpageSampleInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonWebpageSampleInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonWebpageSampleInfo
Returns a new instance of GoogleAdsSearchads360V23CommonWebpageSampleInfo.
13085 13086 13087 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13085 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sample_urls ⇒ Array<String>
Webpage sample urls
Corresponds to the JSON property sampleUrls
13083 13084 13085 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13083 def sample_urls @sample_urls end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13090 13091 13092 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13090 def update!(**args) @sample_urls = args[:sample_urls] if args.key?(:sample_urls) end |