class AsposeWordsCloud::GetDocumentStatisticsRequest
def initialize(name:, folder: nil, storage: nil, load_encoding: nil, password: nil, encrypted_password: nil, open_type_support: nil, include_comments: nil, include_footnotes: nil, include_text_in_shapes: nil)
def initialize(name:, folder: nil, storage: nil, load_encoding: nil, password: nil, encrypted_password: nil, open_type_support: 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.open_type_support = open_type_support self.include_comments = include_comments self.include_footnotes = include_footnotes self.include_text_in_shapes = include_text_in_shapes end