Sap Ecc Resource Dataset Args
data class SapEccResourceDatasetArgs(val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val path: Output<Any>, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<SapEccResourceDatasetArgs>
The path of the SAP ECC OData entity.
Constructors
Link copied to clipboard
fun SapEccResourceDatasetArgs(annotations: Output<List<Any>>? = null, description: Output<String>? = null, folder: Output<DatasetFolderArgs>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, path: Output<Any>, schema: Output<Any>? = null, structure: Output<Any>? = null, type: Output<String>)