Method: DocuSign_eSign::CommentPublish.attribute_map
- Defined in:
- lib/docusign_esign/models/comment_publish.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
37 38 39 40 41 42 43 44 45 46 |
# File 'lib/docusign_esign/models/comment_publish.rb', line 37 def self.attribute_map { :'id' => :'id', :'mentions' => :'mentions', :'text' => :'text', :'thread_anchor_keys' => :'threadAnchorKeys', :'thread_id' => :'threadId', :'visible_to' => :'visibleTo' } end |