Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 767 Bytes

RedirectChainRequestDetails.md

File metadata and controls

26 lines (20 loc) · 767 Bytes

SiteimproveAPIClient::RedirectChainRequestDetails

Properties

Name Type Description Notes
id Integer Id of step.
url String The URL of the redirect chain item. [optional]
http_status Integer The numeric HTTP status for this step. [optional]
is_end_page Boolean True for the URL that is the end of the redirection chain.
is_start_page Boolean True for the URL that is the start of the redirection chain.

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::RedirectChainRequestDetails.new(
  id: null,
  url: null,
  http_status: null,
  is_end_page: null,
  is_start_page: null
)