InsertDocParams class

Constructors

InsertDocParams({required String taskUUID, required String taskToken, required bool dynamic, required String title, FastRegion? region})

Properties

dynamic bool
doc type when conversion created. mostly true: for ppt, pptx. false: for docs, pdf.
final
hashCode int
The hash code for this object.
no setterinherited
region FastRegion?
region when conversion created. see FastRegion for more info
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskToken String
The task token of the file conversion task, which must be the same as the task token that you use to start the file conversion task.
final
taskUUID String
The UUID of the file conversion task. You can get uuid from the response body when the Start file conversion (POST) API call succeeds.
final
title String
The title of the sub-window.
final

Methods

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