Method: AsposeWordsCloud::GetDocumentStatisticsRequest#initialize
- Defined in:
- lib/aspose_words_cloud/models/requests/get_document_statistics_request.rb
#initialize(name:, folder: nil, storage: nil, load_encoding: nil, password: nil, encrypted_password: nil, include_comments: nil, include_footnotes: nil, include_text_in_shapes: nil) ⇒ GetDocumentStatisticsRequest
Initializes a new instance.
71 72 73 74 75 76 77 78 79 80 81 |
# File 'lib/aspose_words_cloud/models/requests/get_document_statistics_request.rb', line 71 def initialize(name:, folder: nil, storage: nil, load_encoding: nil, password: nil, encrypted_password: nil, include_comments: nil, include_footnotes: nil, include_text_in_shapes: nil) self.name = name self.folder = folder self.storage = storage self.load_encoding = load_encoding self.password = password self.encrypted_password = encrypted_password self.include_comments = include_comments self.include_footnotes = include_footnotes self.include_text_in_shapes = include_text_in_shapes end |