Name | Type | Description | Notes |
---|---|---|---|
result | Float | Possible result codes from a set mode operation. <ul><li>ERROR(-1) - Failed setting mode.</li><li>SUCCESS_NEW_MODE(0) - Success, another mode was previously set.</li><li>SUCCESS_SAME_MODE(1) - Success, the same mode was previously set.</li> |
require 'handy_api'
instance = HandyAPI::ModeUpdateResponse.new(
result: null
)