Studio Component Initialization Script
data class StudioComponentInitializationScript(val launchProfileProtocolVersion: String? = null, val platform: StudioComponentLaunchProfilePlatform? = null, val runContext: StudioComponentInitializationScriptRunContext? = null, val script: String? = null)
Initialization scripts for studio components.
Constructors
Link copied to clipboard
constructor(launchProfileProtocolVersion: String? = null, platform: StudioComponentLaunchProfilePlatform? = null, runContext: StudioComponentInitializationScriptRunContext? = null, script: String? = null)
Properties
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
The platform of the initialization script, either Windows or Linux.
Link copied to clipboard
The method to use when running the initialization script.