CustomizedAcceleratorPropertiesResponse

data class CustomizedAcceleratorPropertiesResponse(val acceleratorTags: List<String>? = null, val acceleratorType: String? = null, val description: String? = null, val displayName: String? = null, val gitRepository: AcceleratorGitRepositoryResponse, val iconUrl: String? = null, val imports: List<String>, val provisioningState: String)

Customized accelerator properties payload

Constructors

Link copied to clipboard
constructor(acceleratorTags: List<String>? = null, acceleratorType: String? = null, description: String? = null, displayName: String? = null, gitRepository: AcceleratorGitRepositoryResponse, iconUrl: String? = null, imports: List<String>, provisioningState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val acceleratorType: String? = null

Type of the customized accelerator.

Link copied to clipboard
val description: String? = null
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
val iconUrl: String? = null
Link copied to clipboard

Imports references all imports that this accelerator/fragment depends upon.

Link copied to clipboard

State of the customized accelerator.