Web Application Directory Response
data class WebApplicationDirectoryResponse(val id: String, val isEditable: Boolean? = null, val sourcePaths: List<String>? = null, val sourceSize: String? = null, val storageProfile: TargetStorageProfileResponse? = null)
WebApplication directory structure.
Constructors
Link copied to clipboard
fun WebApplicationDirectoryResponse(id: String, isEditable: Boolean? = null, sourcePaths: List<String>? = null, sourceSize: String? = null, storageProfile: TargetStorageProfileResponse? = null)