PresignedPostRequest
extends Message
in package
Generated from protobuf message <code>livekit.PresignedPostRequest</code>
Table of Contents
Properties
- $url : mixed
- Generated from protobuf field <code>string url = 1;</code>
- $values : mixed
- Generated from protobuf field <code>map<string, string> values = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- getUrl() : string
- Generated from protobuf field <code>string url = 1;</code>
- getValues() : MapField
- Generated from protobuf field <code>map<string, string> values = 2;</code>
- setUrl() : $this
- Generated from protobuf field <code>string url = 1;</code>
- setValues() : $this
- Generated from protobuf field <code>map<string, string> values = 2;</code>
Properties
$url
Generated from protobuf field <code>string url = 1;</code>
protected
mixed
$url
= ''
$values
Generated from protobuf field <code>map<string, string> values = 2;</code>
private
mixed
$values
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 $url @type array|\Google\Protobuf\Internal\MapField $values}
getUrl()
Generated from protobuf field <code>string url = 1;</code>
public
getUrl() : string
Return values
stringgetValues()
Generated from protobuf field <code>map<string, string> values = 2;</code>
public
getValues() : MapField
Return values
MapFieldsetUrl()
Generated from protobuf field <code>string url = 1;</code>
public
setUrl(string $var) : $this
Parameters
- $var : string
Return values
$thissetValues()
Generated from protobuf field <code>map<string, string> values = 2;</code>
public
setValues(array<string|int, mixed>|MapField $var) : $this
Parameters
- $var : array<string|int, mixed>|MapField