Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 527 Bytes

File metadata and controls

20 lines (14 loc) · 527 Bytes

MuxRuby::ListAssetsResponse

Properties

Name Type Description Notes
next_cursor String If there are more pages of data, this field will contain a string that can be used with the `cursor` querystring parameter to fetch the next page of data. [optional]
data Array<Asset> [optional]

Example

require 'mux_ruby'

instance = MuxRuby::ListAssetsResponse.new(
  next_cursor: null,
  data: null
)