Name | Type | Description | Notes |
---|---|---|---|
next_page_token | String | A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. | [optional] |
redirects | Array<Redirect> | The redirects. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::ListRedirectsResponse.new(
next_page_token: null,
redirects: null
)