Method: CrelateClient::CustomFormFormDefinitionUsage.swagger_types
- Defined in:
- lib/crelate_client/models/custom_form_form_definition_usage.rb
.swagger_types ⇒ Object
Attribute type mapping.
35 36 37 38 39 40 41 |
# File 'lib/crelate_client/models/custom_form_form_definition_usage.rb', line 35 def self.swagger_types { :'jobs' => :'Array<CustomFormFormDefintionUsageJobs>', :'verb_ids' => :'Array<String>', :'completed_count' => :'Integer' } end |