Method: PureCloud::Note.attribute_map

Defined in:
lib/purecloud/models/note.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# File 'lib/purecloud/models/note.rb', line 38

def self.attribute_map
  {
    
    :'id' => :'id',
    
    :'name' => :'name',
    
    :'note_text' => :'noteText',
    
    :'modify_date' => :'modifyDate',
    
    :'create_date' => :'createDate',
    
    :'self_uri' => :'selfUri'
    
  }
end