GetLaunchProfileResult

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
constructor(description: String? = null, launchProfileId: String? = null, launchProfileProtocolVersions: List<String>? = null, name: String? = null, streamConfiguration: LaunchProfileStreamConfiguration? = null, studioComponentIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description.

Link copied to clipboard
val launchProfileId: String? = null

The unique identifier for the launch profile resource.

Link copied to clipboard

The version number of the protocol that is used by the launch profile. The only valid version is "2021-03-31".

Link copied to clipboard
val name: String? = null

The name for the launch profile.

Link copied to clipboard

A configuration for a streaming session.

Link copied to clipboard

Unique identifiers for a collection of studio components that can be used with this launch profile.