Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPlannableUserList

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

A plannable user list.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesPlannableUserList

Returns a new instance of GoogleAdsSearchads360V23ServicesPlannableUserList.



52384
52385
52386
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52384

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

Instance Attribute Details

#display_nameString

The name of the user list. Corresponds to the JSON property displayName

Returns:

  • (String)


52361
52362
52363
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52361

def display_name
  @display_name
end

#plannable_statusString

The plannable status of the user list. Corresponds to the JSON property plannableStatus

Returns:

  • (String)


52366
52367
52368
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52366

def plannable_status
  @plannable_status
end

#plannable_user_list_metadataGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesPlannableUserListMetadata

The metadata associated with a plannable user list. Corresponds to the JSON property plannableUserListMetadata



52371
52372
52373
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52371

def 
  @plannable_user_list_metadata
end

#user_list_infoGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListInfo

A User List criterion. Represents a user list that is defined by the advertiser to be targeted. Corresponds to the JSON property userListInfo



52377
52378
52379
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52377

def user_list_info
  @user_list_info
end

#user_list_typeString

The user list type. Corresponds to the JSON property userListType

Returns:

  • (String)


52382
52383
52384
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52382

def user_list_type
  @user_list_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



52389
52390
52391
52392
52393
52394
52395
# File 'lib/google/apis/searchads360_v23/classes.rb', line 52389

def update!(**args)
  @display_name = args[:display_name] if args.key?(:display_name)
  @plannable_status = args[:plannable_status] if args.key?(:plannable_status)
  @plannable_user_list_metadata = args[:plannable_user_list_metadata] if args.key?(:plannable_user_list_metadata)
  @user_list_info = args[:user_list_info] if args.key?(:user_list_info)
  @user_list_type = args[:user_list_type] if args.key?(:user_list_type)
end