Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 380 Bytes

GetHSSPState200ResponseOneOf.md

File metadata and controls

20 lines (14 loc) · 380 Bytes

HandyAPI::GetHSSPState200ResponseOneOf

Properties

Name Type Description Notes
result GenericResult
state HSSPState

Example

require 'handy_api'

instance = HandyAPI::GetHSSPState200ResponseOneOf.new(
  result: null,
  state: null
)