Get Environment Setting Result
data class GetEnvironmentSettingResult(val configurationState: String? = null, val description: String? = null, val id: String, val lastChanged: String, val lastPublished: String, val latestOperationResult: LatestOperationResultResponse, val location: String? = null, val name: String, val provisioningState: String? = null, val publishingState: String, val resourceSettings: ResourceSettingsResponse, val tags: Map<String, String>? = null, val title: String? = null, val type: String, val uniqueIdentifier: String? = null)
Represents settings of an environment, from which environment instances would be created
Constructors
Link copied to clipboard
fun GetEnvironmentSettingResult(configurationState: String? = null, description: String? = null, id: String, lastChanged: String, lastPublished: String, latestOperationResult: LatestOperationResultResponse, location: String? = null, name: String, provisioningState: String? = null, publishingState: String, resourceSettings: ResourceSettingsResponse, tags: Map<String, String>? = null, title: String? = null, type: String, uniqueIdentifier: String? = null)