Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonWebpageListInfo

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonWebpageListInfo

Returns a new instance of GoogleAdsSearchads360V23CommonWebpageListInfo.



13066
13067
13068
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13066

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

Instance Attribute Details

#shared_setString

Shared set resource name of the webpage list. Corresponds to the JSON property sharedSet

Returns:

  • (String)


13064
13065
13066
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13064

def shared_set
  @shared_set
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13071
13072
13073
# File 'lib/google/apis/searchads360_v23/classes.rb', line 13071

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