NetworkControlTrait.EnableDisableNetworkProfileCommand.Request

class NetworkControlTrait.EnableDisableNetworkProfileCommand.Request


The request payload for the EnableDisableNetworkProfile command.

Summary

Public constructors

Request(enable: Boolean, networkProfileName: String)

Creates a request payload for the EnableDisableNetworkProfile command.

Public properties

Boolean

A value of true enables the profile, false disables the profile.

String

The profile name from the list of available profiles.

Public constructors

Request

Request(enable: Boolean = false, networkProfileName: String = "")

Creates a request payload for the EnableDisableNetworkProfile command.

Public properties

enable

val enableBoolean

A value of true enables the profile, false disables the profile.

networkProfileName

val networkProfileNameString

The profile name from the list of available profiles.