Name | Type | Description | Notes |
---|---|---|---|
result | GenericResult | ||
status | Float | Possible update status values.<ul><li>PENDING(0)<li>IN_PROGRESS(1)</li><li>SUCCESS(2)</li><li>FAILED(3)</li></ul> | |
progress | Integer |
require 'handy_api'
instance = HandyAPI::UpdateStatusResponse.new(
result: null,
status: 1,
progress: null
)