Method: Propertyware::ProspectStatus.openapi_types

Defined in:
lib/propertyware/models/prospect_status.rb

.openapi_typesObject

Attribute type mapping.



47
48
49
50
51
52
53
54
# File 'lib/propertyware/models/prospect_status.rb', line 47

def self.openapi_types
  {
    :'id' => :'Integer',
    :'readonly' => :'Boolean',
    :'status' => :'String',
    :'visible_on_portal' => :'Boolean'
  }
end