Operation

class Operation

A complex type that contains information about a specified operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time that the request was submitted, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Link copied to clipboard

The code associated with ErrorMessage. Values for ErrorCode include the following:

Link copied to clipboard

If the value of Status is FAIL, the reason that the operation failed.

Link copied to clipboard
val id: String?

The ID of the operation that you want to get information about.

Link copied to clipboard

The status of the operation. Values include the following:

Link copied to clipboard

The name of the target entity that's associated with the operation:

Link copied to clipboard

The name of the operation that's associated with the specified ID.

Link copied to clipboard

The date and time that the value of Status changed to the current value, in Unix date/time format and Coordinated Universal Time (UTC). The value of UpdateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Functions

Link copied to clipboard
inline fun copy(block: Operation.Builder.() -> Unit = {}): Operation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String