Documentation

Scenarios extends Message
in package

Generated from protobuf message <code>livekit.SimulationRun.Create.Scenarios</code>

Table of Contents

Properties

$scenarios  : mixed
Generated from protobuf field <code>repeated .livekit.SimulationRun.Create.Scenario scenarios = 1;</code>

Methods

__construct()  : mixed
Constructor.
getScenarios()  : RepeatedField<string|int, Scenario>
Generated from protobuf field <code>repeated .livekit.SimulationRun.Create.Scenario scenarios = 1;</code>
setScenarios()  : $this
Generated from protobuf field <code>repeated .livekit.SimulationRun.Create.Scenario scenarios = 1;</code>

Properties

$scenarios

Generated from protobuf field <code>repeated .livekit.SimulationRun.Create.Scenario scenarios = 1;</code>

private mixed $scenarios

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\Create\Scenario[] $scenarios

}

getScenarios()

Generated from protobuf field <code>repeated .livekit.SimulationRun.Create.Scenario scenarios = 1;</code>

public getScenarios() : RepeatedField<string|int, Scenario>
Return values
RepeatedField<string|int, Scenario>

setScenarios()

Generated from protobuf field <code>repeated .livekit.SimulationRun.Create.Scenario scenarios = 1;</code>

public setScenarios(array<string|int, Scenario$var) : $this
Parameters
$var : array<string|int, Scenario>
Return values
$this

        
On this page

Search results