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 Map to save for request.

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

The headers to save for request.

Link copied to clipboard
open override val fieldsIgnore: Boolean

contains true if need to skip data from input fields.

Link copied to clipboard
open override val fileIgnore: Boolean

contains true if need to skip files.

Link copied to clipboard
open override val format: VGSHttpBodyFormat
Link copied to clipboard
Link copied to clipboard
open override val method: HTTPMethod

HTTP method

Link copied to clipboard
open override val path: String

path for a request

Link copied to clipboard
open override val requestTimeoutInterval: Long
Link copied to clipboard
open override val routeId: String?