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.



13554
13555
13556
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13554

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)


13547
13548
13549
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13547

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



13552
13553
13554
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13552

def plannable_user_lists
  @plannable_user_lists
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13559
13560
13561
13562
# File 'lib/google/apis/displayvideo_v4/classes.rb', line 13559

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