Name | Type | Description | Notes |
---|---|---|---|
status | String | Returns "OK" if the supplied account credentials gives access to the API endpoints. | [optional] |
_links | Links1 | [optional] |
require 'siteimprove_api_client'
instance = SiteimproveAPIClient::PingAccount.new(
status: null,
_links: null
)