CreateSessionRequest
Class representation of a request to create a session.
Constructors
Link copied to clipboard
public CreateSessionRequest CreateSessionRequest( @Json(name = "configuration_id") String configurationId, @Json(name = "time_to_live") Integer timeToLive, @Json(name = "slug") String slug)
Types
Link copied to clipboard
A builder for creating a CreateSessionRequest.