Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 467 Bytes

PingAccount.md

File metadata and controls

20 lines (14 loc) · 467 Bytes

SiteimproveAPIClient::PingAccount

Properties

Name Type Description Notes
status String Returns "OK" if the supplied account credentials gives access to the API endpoints. [optional]
_links Links1 [optional]

Example

require 'siteimprove_api_client'

instance = SiteimproveAPIClient::PingAccount.new(
  status: null,
  _links: null
)