BackupDeviceActionResult


class BackupDeviceActionResult


Results returned from a BackupDeviceAction back to the host orchestrator.

Summary

Public constructors

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Map<StringString>

key-value results produced by the action

Public constructors

BackupDeviceActionResult

Added in 1.0.0-alpha01
BackupDeviceActionResult(payload: Map<StringString> = emptyMap())

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

payload

Added in 1.0.0-alpha01
val payloadMap<StringString>

key-value results produced by the action