Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 398 Bytes

DeployUIOut.md

File metadata and controls

18 lines (12 loc) · 398 Bytes

NamSorClient::DeployUIOut

Properties

Name Type Description Notes
error_message String [optional]
succeeded BOOLEAN [optional]

Code Sample

require 'NamSorClient'

instance = NamSorClient::DeployUIOut.new(error_message: null,
                                 succeeded: null)