Response
extends Message
in package
Generated from protobuf message <code>livekit.ScenarioGroup.List.Response</code>
Table of Contents
Properties
- $scenario_groups : mixed
- Generated from protobuf field <code>repeated .livekit.ScenarioGroup scenario_groups = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getScenarioGroups() : RepeatedField<string|int, ScenarioGroup>
- Generated from protobuf field <code>repeated .livekit.ScenarioGroup scenario_groups = 1;</code>
- setScenarioGroups() : $this
- Generated from protobuf field <code>repeated .livekit.ScenarioGroup scenario_groups = 1;</code>
Properties
$scenario_groups
Generated from protobuf field <code>repeated .livekit.ScenarioGroup scenario_groups = 1;</code>
private
mixed
$scenario_groups
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\ScenarioGroup[] $scenario_groups}
getScenarioGroups()
Generated from protobuf field <code>repeated .livekit.ScenarioGroup scenario_groups = 1;</code>
public
getScenarioGroups() : RepeatedField<string|int, ScenarioGroup>
Return values
RepeatedField<string|int, ScenarioGroup>setScenarioGroups()
Generated from protobuf field <code>repeated .livekit.ScenarioGroup scenario_groups = 1;</code>
public
setScenarioGroups(array<string|int, ScenarioGroup> $var) : $this
Parameters
- $var : array<string|int, ScenarioGroup>