RestartAgentRequest
extends Message
in package
Generated from protobuf message <code>livekit.RestartAgentRequest</code>
Table of Contents
Properties
- $agent_id : mixed
- Generated from protobuf field <code>string agent_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getAgentId() : string
- Generated from protobuf field <code>string agent_id = 1;</code>
- setAgentId() : $this
- Generated from protobuf field <code>string agent_id = 1;</code>
Properties
$agent_id
Generated from protobuf field <code>string agent_id = 1;</code>
protected
mixed
$agent_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 $agent_id}
getAgentId()
Generated from protobuf field <code>string agent_id = 1;</code>
public
getAgentId() : string
Return values
stringsetAgentId()
Generated from protobuf field <code>string agent_id = 1;</code>
public
setAgentId(string $var) : $this
Parameters
- $var : string