Method: PureCloud::FieldConfig.swagger_types
- Defined in:
- lib/purecloud/models/field_config.rb
.swagger_types ⇒ Object
Attribute type mapping.
63 64 65 66 67 68 69 70 71 72 73 74 75 |
# File 'lib/purecloud/models/field_config.rb', line 63 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'entity_type' => :'String', :'state' => :'String', :'sections' => :'Array<Section>', :'version' => :'String', :'schema_version' => :'String', :'self_uri' => :'String' } end |