GetProfilingGroupPlainArgs

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

A collection of arguments for invoking getProfilingGroup.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

The name of the profiling group.

Functions

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