ExtendedOperationalStateTrait.StartWithOperationZonesCommand.Request

class ExtendedOperationalStateTrait.StartWithOperationZonesCommand.Request : ClusterStruct


The request payload for the StartWithOperationZones command.

Summary

Public constructors

Request(operationZones: List<String>)

Creates a request payload for the StartWithOperationZones command.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

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 functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

Returns the value of the field for the given tag ID.

Public properties

operationZones

val operationZonesList<String>

Indicates one or more zones in which to start running.