DeleteAgentDispatchRequest
extends Message
in package
Generated from protobuf message <code>livekit.DeleteAgentDispatchRequest</code>
Table of Contents
Properties
- $dispatch_id : mixed
- Generated from protobuf field <code>string dispatch_id = 1;</code>
- $room : mixed
- Generated from protobuf field <code>string room = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getDispatchId() : string
- Generated from protobuf field <code>string dispatch_id = 1;</code>
- getRoom() : string
- Generated from protobuf field <code>string room = 2;</code>
- setDispatchId() : $this
- Generated from protobuf field <code>string dispatch_id = 1;</code>
- setRoom() : $this
- Generated from protobuf field <code>string room = 2;</code>
Properties
$dispatch_id
Generated from protobuf field <code>string dispatch_id = 1;</code>
protected
mixed
$dispatch_id
= ''
$room
Generated from protobuf field <code>string room = 2;</code>
protected
mixed
$room
= ''
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type string $dispatch_id @type string $room}
getDispatchId()
Generated from protobuf field <code>string dispatch_id = 1;</code>
public
getDispatchId() : string
Return values
stringgetRoom()
Generated from protobuf field <code>string room = 2;</code>
public
getRoom() : string
Return values
stringsetDispatchId()
Generated from protobuf field <code>string dispatch_id = 1;</code>
public
setDispatchId(string $var) : $this
Parameters
- $var : string
Return values
$thissetRoom()
Generated from protobuf field <code>string room = 2;</code>
public
setRoom(string $var) : $this
Parameters
- $var : string