GetServicePlainArgs

data class GetServicePlainArgs(val enable: String) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Constructors

Link copied to clipboard
constructor(enable: String)

Properties

Link copied to clipboard

Setting the value to On to enable the service. Valid values: On or Off.

Functions

Link copied to clipboard
open override fun toJava(): GetServicePlainArgs