Documentation

Issue extends Message
in package

Generated from protobuf message <code>livekit.SimulationRunSummary.Issue</code>

Table of Contents

Properties

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

Methods

__construct()  : mixed
Constructor.
getDescription()  : string
Generated from protobuf field <code>string description = 1;</code>
getSuggestion()  : string
Generated from protobuf field <code>string suggestion = 2;</code>
setDescription()  : $this
Generated from protobuf field <code>string description = 1;</code>
setSuggestion()  : $this
Generated from protobuf field <code>string suggestion = 2;</code>

Properties

$description

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

protected mixed $description = ''

$suggestion

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

protected mixed $suggestion = ''

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 $description
@type string $suggestion

}

getDescription()

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

public getDescription() : string
Return values
string

getSuggestion()

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

public getSuggestion() : string
Return values
string

setDescription()

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

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

setSuggestion()

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

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

        
On this page

Search results