Request
extends Message
in package
Generated from protobuf message <code>livekit.Scenario.List.Request</code>
Table of Contents
Properties
- $group_id : mixed
- Generated from protobuf field <code>string group_id = 2;</code>
- $project_id : mixed
- Generated from protobuf field <code>string project_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getGroupId() : string
- Generated from protobuf field <code>string group_id = 2;</code>
- getProjectId() : string
- Generated from protobuf field <code>string project_id = 1;</code>
- setGroupId() : $this
- Generated from protobuf field <code>string group_id = 2;</code>
- setProjectId() : $this
- Generated from protobuf field <code>string project_id = 1;</code>
Properties
$group_id
Generated from protobuf field <code>string group_id = 2;</code>
protected
mixed
$group_id
= ''
$project_id
Generated from protobuf field <code>string project_id = 1;</code>
protected
mixed
$project_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 $group_id}
getGroupId()
Generated from protobuf field <code>string group_id = 2;</code>
public
getGroupId() : string
Return values
stringgetProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
getProjectId() : string
Return values
stringsetGroupId()
Generated from protobuf field <code>string group_id = 2;</code>
public
setGroupId(string $var) : $this
Parameters
- $var : string
Return values
$thissetProjectId()
Generated from protobuf field <code>string project_id = 1;</code>
public
setProjectId(string $var) : $this
Parameters
- $var : string