VGSCreateAliasesRequest

Class that represents request that uses to send data to VGS server.

Types

Link copied to clipboard

Creates a builder for a request that uses to send data to VGS server.

Properties

Link copied to clipboard
open override val customData: Map<String, Any>

The custom data to send with the request.

Link copied to clipboard
open override val customHeader: Map<String, String>

The custom headers to send with the request.

Link copied to clipboard

The policy for mapping field names.

Link copied to clipboard
open override val fieldsIgnore: Boolean

Whether to ignore the fields in the request.

Link copied to clipboard
open override val fileIgnore: Boolean

Whether to ignore the files in the request.

Link copied to clipboard
open override val format: VGSHttpBodyFormat

The format of the request body.

Link copied to clipboard
open override val method: HTTPMethod

The HTTP method to use.

Link copied to clipboard
open override val path: String

The path to the API endpoint.

Link copied to clipboard
open override val requestTimeoutInterval: Long

The request timeout interval in milliseconds.

Link copied to clipboard
open override val routeId: String?

The route id for submitting data.