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.



13592
13593
13594
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13592

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)


13585
13586
13587
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13585

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



13590
13591
13592
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13590

def plannable_user_lists
  @plannable_user_lists
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13597
13598
13599
13600
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13597

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