GetLaunchPathsResult

data class GetLaunchPathsResult(val acceptLanguage: String? = null, val id: String, val productId: String, val summaries: List<GetLaunchPathsSummary>)

A collection of values returned by getLaunchPaths.

Constructors

Link copied to clipboard
constructor(acceptLanguage: String? = null, id: String, productId: String, summaries: List<GetLaunchPathsSummary>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val acceptLanguage: String? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Block with information about the launch path. See details below.