Documentation

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 = ''

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
string

getRoom()

Generated from protobuf field <code>string room = 2;</code>

public getRoom() : string
Return values
string

setDispatchId()

Generated from protobuf field <code>string dispatch_id = 1;</code>

public setDispatchId(string $var) : $this
Parameters
$var : string
Return values
$this

setRoom()

Generated from protobuf field <code>string room = 2;</code>

public setRoom(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results