Method: IntersightClient::WorkflowArrayDataTypeAllOf.attribute_map
- Defined in:
- lib/intersight_client/models/workflow_array_data_type_all_of.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
56 57 58 59 60 61 62 63 64 |
# File 'lib/intersight_client/models/workflow_array_data_type_all_of.rb', line 56 def self.attribute_map { :'class_id' => :'ClassId', :'object_type' => :'ObjectType', :'array_item_type' => :'ArrayItemType', :'max' => :'Max', :'min' => :'Min' } end |