APIGatewayV2WebSocketRequestContext

final case class APIGatewayV2WebSocketRequestContext(accountId: String, resourceId: String, stage: String, requestId: String, identity: APIGatewayV2WebSocketRequestContextIdentity, resourcePath: String, authorizer: Map[String, String], httpMethod: String, apiId: String, connectedAt: Long, connectionId: String, domainName: String, error: String, eventType: String, extendedRequestId: String, integrationLatency: String, messageDirection: String, messageId: String, requestTime: String, requestTimeEpoch: Long, routeKey: String, status: String)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product