Response.id

Get the id of the Response.

If the id is not of type long, it needs to be specified; if uncertain of the underlying type, use idType to query for it.

struct Response
@property
T
id
(
T = long
)
()

Throws

IncorrectType if the underlying type of the ID is not the requested type.

See Also

idType

Meta