GetLaunchProfilePlainArgs

data class GetLaunchProfilePlainArgs(val launchProfileId: String, val studioId: String) : ConvertibleToJava<GetLaunchProfilePlainArgs>

Constructors

Link copied to clipboard
constructor(launchProfileId: String, studioId: String)

Properties

Link copied to clipboard

The unique identifier for the launch profile resource.

Link copied to clipboard

The studio ID.

Functions

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