Response
extends Message
in package
Generated from protobuf message <code>livekit.SimulationRun.Create.Response</code>
Table of Contents
Properties
- $presigned_post_request : mixed
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 2;</code>
- $simulation_run_id : mixed
- Generated from protobuf field <code>string simulation_run_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearPresignedPostRequest() : mixed
- getPresignedPostRequest() : PresignedPostRequest|null
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 2;</code>
- getSimulationRunId() : string
- Generated from protobuf field <code>string simulation_run_id = 1;</code>
- hasPresignedPostRequest() : mixed
- setPresignedPostRequest() : $this
- Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 2;</code>
- setSimulationRunId() : $this
- Generated from protobuf field <code>string simulation_run_id = 1;</code>
Properties
$presigned_post_request
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 2;</code>
protected
mixed
$presigned_post_request
= null
$simulation_run_id
Generated from protobuf field <code>string simulation_run_id = 1;</code>
protected
mixed
$simulation_run_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 $simulation_run_id @type \Livekit\PresignedPostRequest $presigned_post_request}
clearPresignedPostRequest()
public
clearPresignedPostRequest() : mixed
getPresignedPostRequest()
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 2;</code>
public
getPresignedPostRequest() : PresignedPostRequest|null
Return values
PresignedPostRequest|nullgetSimulationRunId()
Generated from protobuf field <code>string simulation_run_id = 1;</code>
public
getSimulationRunId() : string
Return values
stringhasPresignedPostRequest()
public
hasPresignedPostRequest() : mixed
setPresignedPostRequest()
Generated from protobuf field <code>.livekit.PresignedPostRequest presigned_post_request = 2;</code>
public
setPresignedPostRequest(PresignedPostRequest $var) : $this
Parameters
- $var : PresignedPostRequest
Return values
$thissetSimulationRunId()
Generated from protobuf field <code>string simulation_run_id = 1;</code>
public
setSimulationRunId(string $var) : $this
Parameters
- $var : string