Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 560 Bytes

ListRedirectsResponse.md

File metadata and controls

20 lines (14 loc) · 560 Bytes

SajariAPIClient::ListRedirectsResponse

Properties

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]

Example

require 'sdk_ruby'

instance = SajariAPIClient::ListRedirectsResponse.new(
  next_page_token: null,
  redirects: null
)