Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 374 Bytes

File metadata and controls

20 lines (14 loc) · 374 Bytes

OpenapiClient::CheckResponse

Properties

Name Type Description Notes
allowed Boolean [optional]
resolution String For internal use only. [optional]

Example

require 'openapi_client'

instance = OpenapiClient::CheckResponse.new(
  allowed: true,
  resolution: null
)