JsonWriteSettingsResponse

data class JsonWriteSettingsResponse(val filePattern: Any? = null, val type: String)

Json write settings.

Constructors

Link copied to clipboard
constructor(filePattern: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val filePattern: Any? = null

File pattern of JSON. This setting controls the way a collection of JSON objects will be treated. The default value is 'setOfObjects'. It is case-sensitive.

Link copied to clipboard

The write setting type. Expected value is 'JsonWriteSettings'.