VGSRequest

VGS request representation.

Parameters

method

The HTTP method to use.

path

The path to the API endpoint.

customHeader

The custom headers to send with the request.

customData

The custom data to send with the request.

fieldsIgnore

Whether to ignore the fields in the request.

fileIgnore

Whether to ignore the files in the request.

format

The format of the request body.

fieldNameMappingPolicy

The policy for mapping field names.

requestTimeoutInterval

The request timeout interval in milliseconds.

routeId

The route id for submitting data.

Types

Link copied to clipboard

VGSRequest builder.

Properties

Link copied to clipboard
open override val customData: Map<String, Any>
Link copied to clipboard
open override val customHeader: Map<String, String>
Link copied to clipboard
open override val fieldsIgnore: Boolean
Link copied to clipboard
open override val fileIgnore: Boolean
Link copied to clipboard
open override val format: VGSHttpBodyFormat
Link copied to clipboard
open override val method: HTTPMethod
Link copied to clipboard
open override val path: String
Link copied to clipboard
open override val requestTimeoutInterval: Long
Link copied to clipboard
open override val routeId: String?