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)
Properties
Link copied to clipboard
The description.
Link copied to clipboard
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
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.