Get Launch Profile Result
data class GetLaunchProfileResult(val description: String? = null, val launchProfileId: String? = null, val launchProfileProtocolVersions: List<String>? = null, val name: String? = null, val streamConfiguration: LaunchProfileStreamConfiguration? = null, val studioComponentIds: List<String>? = null)
Constructors
Link copied to clipboard
fun GetLaunchProfileResult(description: String? = null, launchProfileId: String? = null, launchProfileProtocolVersions: List<String>? = null, name: String? = null, streamConfiguration: LaunchProfileStreamConfiguration? = null, studioComponentIds: List<String>? = null)