Rest Request Response
data class RestRequestResponse(val authentication: Either<ApiKeyAuthenticationResponse, RolloutIdentityAuthenticationResponse>, val method: String, val uri: String)
The properties that make up a REST request
Constructors
Link copied to clipboard
constructor(authentication: Either<ApiKeyAuthenticationResponse, RolloutIdentityAuthenticationResponse>, method: String, uri: String)