CommandPayload

The command payload object that contains the instructions for the device to process.

Types

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

Properties

Link copied to clipboard

The static payload file for the command.

Link copied to clipboard

The content type that specifies the format type of the payload file. This field must use a type/subtype format, such as application/json. For information about various content types, see Common MIME types.

Functions

Link copied to clipboard
inline fun copy(block: CommandPayload.Builder.() -> Unit = {}): CommandPayload
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