Class: Google::Apis::DisplayvideoV4::RetrievePlannableUserListsResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v4/classes.rb,
lib/google/apis/displayvideo_v4/representations.rb,
lib/google/apis/displayvideo_v4/representations.rb

Overview

Response for RetrievePlannableUserLists.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RetrievePlannableUserListsResponse

Returns a new instance of RetrievePlannableUserListsResponse.



13537
13538
13539
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13537

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

Instance Attribute Details

#next_page_tokenString

Output only. A token to retrieve the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


13530
13531
13532
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13530

def next_page_token
  @next_page_token
end

#plannable_user_listsArray<Google::Apis::DisplayvideoV4::PlannableUserList>

Output only. The list of plannable user lists. Corresponds to the JSON property plannableUserLists



13535
13536
13537
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13535

def plannable_user_lists
  @plannable_user_lists
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13542
13543
13544
13545
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13542

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