CreateFileConfig

@Serializable
data class CreateFileConfig(val httpOptions: HttpOptions? = null, val shouldReturnHttpResponse: Boolean? = null)

Used to override the default configuration.

Constructors

Link copied to clipboard
constructor(httpOptions: HttpOptions? = null, shouldReturnHttpResponse: Boolean? = null)

Properties

Link copied to clipboard

Used to override HTTP request options.

Link copied to clipboard

If true, the raw HTTP response will be returned in the 'sdk_http_response' field.