Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 441 Bytes

File metadata and controls

20 lines (14 loc) · 441 Bytes

OpenapiClient::OutputXlinkValid

Properties

Name Type Description Notes
schema String A URL to the JSON Schema for this object. [optional][readonly]
validity String The xlink validity time of the specified address.

Example

require 'openapi_client'

instance = OpenapiClient::OutputXlinkValid.new(
  schema: null,
  validity: null
)