Web Application Configuration Response
data class WebApplicationConfigurationResponse(val filePath: String? = null, val id: String, val identifier: String? = null, val isDeploymentTimeEditable: Boolean? = null, val localFilePath: String? = null, val name: String? = null, val secretStoreDetails: SecretStoreDetailsResponse? = null, val section: String? = null, val targetFilePath: String? = null, val type: String? = null, val value: String? = null)
Class for web application configurations.
Constructors
Link copied to clipboard
fun WebApplicationConfigurationResponse(filePath: String? = null, id: String, identifier: String? = null, isDeploymentTimeEditable: Boolean? = null, localFilePath: String? = null, name: String? = null, secretStoreDetails: SecretStoreDetailsResponse? = null, section: String? = null, targetFilePath: String? = null, type: String? = null, value: String? = null)