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.
Properties
Link copied to clipboard
Gets or sets a value indicating whether the directory object is editable. True when the directory is added as an optional directory, false when discovery is done manually.
Link copied to clipboard
Gets or sets the paths of the directory on the source machine.
Link copied to clipboard
Gets or sets the size of the directory on the source machine.
Link copied to clipboard
Storage profile for the directory on the target container.