Web Application Directory Args
data class WebApplicationDirectoryArgs(val isEditable: Output<Boolean>? = null, val sourcePaths: Output<List<String>>? = null, val sourceSize: Output<String>? = null, val storageProfile: Output<TargetStorageProfileArgs>? = null) : ConvertibleToJava<WebApplicationDirectoryArgs>
WebApplication directory structure.
Constructors
Link copied to clipboard
fun WebApplicationDirectoryArgs(isEditable: Output<Boolean>? = null, sourcePaths: Output<List<String>>? = null, sourceSize: Output<String>? = null, storageProfile: Output<TargetStorageProfileArgs>? = null)