PresentationsResource class

Constructors

PresentationsResource(ApiRequester client)

Properties

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

Methods

batchUpdate(BatchUpdatePresentationRequest request, String presentationId, {String? $fields}) Future<BatchUpdatePresentationResponse>
Applies one or more updates to the presentation.
create(Presentation request, {String? $fields}) Future<Presentation>
Creates a blank presentation using the title given in the request.
get(String presentationId, {String? $fields}) Future<Presentation>
Gets the latest version of the specified presentation.
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