Rest Resource Dataset Args
data class RestResourceDatasetArgs(val additionalHeaders: Output<Map<String, Any>>? = null, val annotations: Output<List<Any>>? = null, val description: Output<String>? = null, val folder: Output<DatasetFolderArgs>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>, val paginationRules: Output<Map<String, Any>>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val relativeUrl: Output<Any>? = null, val requestBody: Output<Any>? = null, val requestMethod: Output<Any>? = null, val schema: Output<Any>? = null, val structure: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<RestResourceDatasetArgs>
A Rest service dataset.
Constructors
Link copied to clipboard
fun RestResourceDatasetArgs(additionalHeaders: Output<Map<String, Any>>? = null, annotations: Output<List<Any>>? = null, description: Output<String>? = null, folder: Output<DatasetFolderArgs>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>, paginationRules: Output<Map<String, Any>>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, relativeUrl: Output<Any>? = null, requestBody: Output<Any>? = null, requestMethod: Output<Any>? = null, schema: Output<Any>? = null, structure: Output<Any>? = null, type: Output<String>)