DocumentsResource class

Constructors

DocumentsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchUpdate(BatchUpdateDocumentRequest request, String documentId, {String? $fields}) Future<BatchUpdateDocumentResponse>
Applies one or more updates to the document.
create(Document request, {String? $fields}) Future<Document>
Creates a blank document using the title given in the request.
get(String documentId, {String? suggestionsViewMode, String? $fields}) Future<Document>
Gets the latest version of the specified document.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited