GetLogShipperPlainArgs

data class GetLogShipperPlainArgs(val enable: String? = null) : ConvertibleToJava<GetLogShipperPlainArgs>

A collection of arguments for invoking getLogShipper.

Constructors

Link copied to clipboard
fun GetLogShipperPlainArgs(enable: String? = null)

Functions

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

Properties

Link copied to clipboard
val enable: String? = null

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