Documentation

Request extends Message
in package

Generated from protobuf message <code>livekit.ScenarioGroup.Create.Request</code>

Table of Contents

Properties

$label  : mixed
Generated from protobuf field <code>string label = 2;</code>
$project_id  : mixed
Generated from protobuf field <code>string project_id = 1;</code>

Methods

__construct()  : mixed
Constructor.
getLabel()  : string
Generated from protobuf field <code>string label = 2;</code>
getProjectId()  : string
Generated from protobuf field <code>string project_id = 1;</code>
setLabel()  : $this
Generated from protobuf field <code>string label = 2;</code>
setProjectId()  : $this
Generated from protobuf field <code>string project_id = 1;</code>

Properties

$label

Generated from protobuf field <code>string label = 2;</code>

protected mixed $label = ''

$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 $label

}

getLabel()

Generated from protobuf field <code>string label = 2;</code>

public getLabel() : string
Return values
string

getProjectId()

Generated from protobuf field <code>string project_id = 1;</code>

public getProjectId() : string
Return values
string

setLabel()

Generated from protobuf field <code>string label = 2;</code>

public setLabel(string $var) : $this
Parameters
$var : string
Return values
$this

setProjectId()

Generated from protobuf field <code>string project_id = 1;</code>

public setProjectId(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results