Class: Google::Apis::DisplayvideoV1::ListCustomListsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListCustomListsResponse

Returns a new instance of ListCustomListsResponse.



5765
5766
5767
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5765

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

Instance Attribute Details

#custom_listsArray<Google::Apis::DisplayvideoV1::CustomList>

The list of custom lists. This list will be absent if empty. Corresponds to the JSON property customLists



5756
5757
5758
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5756

def custom_lists
  @custom_lists
end

#next_page_tokenString

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListCustomLists method to retrieve the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


5763
5764
5765
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5763

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5770
5771
5772
5773
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 5770

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