Interface LeaveResponse

Response to a leave request from the server.

Signature

declare interface LeaveResponse extends MediaApiResponse

Heritage

Extends MediaApiResponse

Property signatures

Name Description
leave Leave field, always empty.
requestId ID of the associated request.
(Inherited from MediaApiResponse)
status Response status for the request.
(Inherited from MediaApiResponse)