toggle menu
tmdb-api-client
4.9.1-SNAPSHOT
jvm
switch theme
search in API
api
/
io.v47.tmdb.model
/
GuestSession
Guest
Session
data
class
GuestSession
(
val
success
:
Boolean
?
,
val
id
:
String
,
val
expiresAt
:
String
?
)
:
TmdbType
,
TmdbStringId
Members
Constructors
Guest
Session
Link copied to clipboard
constructor
(
success
:
Boolean
?
,
id
:
String
,
expiresAt
:
String
?
)
Properties
expires
At
Link copied to clipboard
val
expiresAt
:
String
?
id
Link copied to clipboard
open
override
val
id
:
String
success
Link copied to clipboard
val
success
:
Boolean
?
Functions
handle
Unknown
Property
Link copied to clipboard
fun
handleUnknownProperty
(
key
:
String
,
value
:
Any
?
)