Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonWebpageListInfo
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonWebpageListInfo
- 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
Represents a list of webpage criteria.
Instance Attribute Summary collapse
-
#shared_set ⇒ String
Shared set resource name of the webpage list.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonWebpageListInfo
constructor
A new instance of GoogleAdsSearchads360V23CommonWebpageListInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonWebpageListInfo
Returns a new instance of GoogleAdsSearchads360V23CommonWebpageListInfo.
13132 13133 13134 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13132 def initialize(**args) update!(**args) end |
Instance Attribute Details
#shared_set ⇒ String
Shared set resource name of the webpage list.
Corresponds to the JSON property sharedSet
13130 13131 13132 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13130 def shared_set @shared_set end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
13137 13138 13139 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13137 def update!(**args) @shared_set = args[:shared_set] if args.key?(:shared_set) end |