Documentation

DeleteAgentRequest extends Message
in package

Generated from protobuf message <code>livekit.DeleteAgentRequest</code>

Table of Contents

Properties

$agent_id  : mixed
Generated from protobuf field <code>string agent_id = 1;</code>
$agent_name  : mixed
Generated from protobuf field <code>string agent_name = 2;</code>

Methods

__construct()  : mixed
Constructor.
getAgentId()  : string
Generated from protobuf field <code>string agent_id = 1;</code>
getAgentName()  : string
Generated from protobuf field <code>string agent_name = 2;</code>
setAgentId()  : $this
Generated from protobuf field <code>string agent_id = 1;</code>
setAgentName()  : $this
Generated from protobuf field <code>string agent_name = 2;</code>

Properties

$agent_id

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

protected mixed $agent_id = ''

$agent_name

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

protected mixed $agent_name = ''

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 $agent_id
@type string $agent_name

}

getAgentId()

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

public getAgentId() : string
Return values
string

getAgentName()

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

public getAgentName() : string
Return values
string

setAgentId()

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

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

setAgentName()

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

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

        
On this page

Search results