AmlFilesystemArchiveResponseStatus

data class AmlFilesystemArchiveResponseStatus(val errorCode: String, val errorMessage: String, val lastCompletionTime: String, val lastStartedTime: String, val percentComplete: Int, val state: String)

The status of the archive

Constructors

Link copied to clipboard
constructor(errorCode: String, errorMessage: String, lastCompletionTime: String, lastStartedTime: String, percentComplete: Int, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Server-defined error code for the archive operation

Link copied to clipboard

Server-defined error message for the archive operation

Link copied to clipboard

The time of the last completed archive operation

Link copied to clipboard

The time the latest archive operation started

Link copied to clipboard

The completion percentage of the archive operation

Link copied to clipboard

The state of the archive operation