| 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] |
require 'mux_ruby'
instance = MuxRuby::ListAssetsResponse.new(
next_cursor: null,
data: null
)