Request
extends Message
in package
Generated from protobuf message <code>livekit.Scenario.Delete.Request</code>
Table of Contents
Properties
- $project_id : mixed
- Generated from protobuf field <code>string project_id = 1;</code>
- $scenario_id : mixed
- Generated from protobuf field <code>string scenario_id = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getProjectId() : string
- Generated from protobuf field <code>string project_id = 1;</code>
- getScenarioId() : string
- Generated from protobuf field <code>string scenario_id = 2;</code>
- setProjectId() : $this
- Generated from protobuf field <code>string project_id = 1;</code>
- setScenarioId() : $this
- Generated from protobuf field <code>string scenario_id = 2;</code>
Properties
$project_id
Generated from protobuf field <code>string project_id = 1;</code>
protected
mixed
$project_id
= ''
$scenario_id
Generated from protobuf field <code>string scenario_id = 2;</code>
protected
mixed
$scenario_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 $project_id @type string $scenario_id}
getProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
getProjectId() : string
Return values
stringgetScenarioId()
Generated from protobuf field <code>string scenario_id = 2;</code>
public
getScenarioId() : string
Return values
stringsetProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
setProjectId(string $var) : $this
Parameters
- $var : string
Return values
$thissetScenarioId()
Generated from protobuf field <code>string scenario_id = 2;</code>
public
setScenarioId(string $var) : $this
Parameters
- $var : string