MattermostExportsApi class

Constructors

MattermostExportsApi(MattermostApiClient apiClient)

Properties

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

Methods

deleteExport(String exportName) Future<void>
Delete an export file
deleteExportWithHttpInfo(String exportName) Future<Response>
Delete an export file
downloadExport(String exportName) Future<void>
Download an export file
downloadExportWithHttpInfo(String exportName) Future<Response>
Download an export file
listExports() Future<void>
List export files
listExportsWithHttpInfo() Future<Response>
List export files
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