Method: AsposeWordsCloud::InsertCommentRequest#password
- Defined in:
- lib/aspose_words_cloud/models/requests/insert_comment_request.rb
#password ⇒ Object
Password of protected Word document. Use the parameter to pass a password via SDK. SDK encrypts it automatically. We don’t recommend to use the parameter to pass a plain password for direct call of API.
48 49 50 |
# File 'lib/aspose_words_cloud/models/requests/insert_comment_request.rb', line 48 def password @password end |