Response
extends Message
in package
Generated from protobuf message <code>livekit.SimulationRun.Get.Response</code>
Table of Contents
Properties
- $run : mixed
- Generated from protobuf field <code>.livekit.SimulationRun run = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearRun() : mixed
- getRun() : SimulationRun|null
- Generated from protobuf field <code>.livekit.SimulationRun run = 1;</code>
- hasRun() : mixed
- setRun() : $this
- Generated from protobuf field <code>.livekit.SimulationRun run = 1;</code>
Properties
$run
Generated from protobuf field <code>.livekit.SimulationRun run = 1;</code>
protected
mixed
$run
= null
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 \Livekit\SimulationRun $run}
clearRun()
public
clearRun() : mixed
getRun()
Generated from protobuf field <code>.livekit.SimulationRun run = 1;</code>
public
getRun() : SimulationRun|null
Return values
SimulationRun|nullhasRun()
public
hasRun() : mixed
setRun()
Generated from protobuf field <code>.livekit.SimulationRun run = 1;</code>
public
setRun(SimulationRun $var) : $this
Parameters
- $var : SimulationRun