GetLogProfilePlainArgs

data class GetLogProfilePlainArgs(val name: String) : ConvertibleToJava<GetLogProfilePlainArgs>

A collection of arguments for invoking getLogProfile.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Specifies the Name of the Log Profile.

Functions

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