ExtendedOperationalStateTrait.StartWithOperationZonesCommand.Request

class ExtendedOperationalStateTrait.StartWithOperationZonesCommand.Request


The request payload for the StartWithOperationZones command.

Summary

Public constructors

Request(operationZones: List<String>)

Creates a request payload for the StartWithOperationZones command.

Public properties

List<String>

Indicates one or more zones in which to start running.

Public constructors

Request

Request(operationZones: List<String> = emptyList())

Creates a request payload for the StartWithOperationZones command.

Public properties

operationZones

val operationZonesList<String>

Indicates one or more zones in which to start running.