Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonExclusionSegment

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

An audience segment to be excluded from an audience.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonExclusionSegment

Returns a new instance of GoogleAdsSearchads360V23CommonExclusionSegment.



4917
4918
4919
# File 'lib/google/apis/searchads360_v23/classes.rb', line 4917

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

Instance Attribute Details

#user_listGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListSegment

User list segment. Corresponds to the JSON property userList



4915
4916
4917
# File 'lib/google/apis/searchads360_v23/classes.rb', line 4915

def user_list
  @user_list
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4922
4923
4924
# File 'lib/google/apis/searchads360_v23/classes.rb', line 4922

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