GetPrivateLinkStatusResponse
extends Message
in package
Generated from protobuf message <code>livekit.GetPrivateLinkStatusResponse</code>
Table of Contents
Properties
- $value : mixed
- Generated from protobuf field <code>.livekit.PrivateLinkStatus value = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearValue() : mixed
- getValue() : PrivateLinkStatus|null
- Generated from protobuf field <code>.livekit.PrivateLinkStatus value = 1;</code>
- hasValue() : mixed
- setValue() : $this
- Generated from protobuf field <code>.livekit.PrivateLinkStatus value = 1;</code>
Properties
$value
Generated from protobuf field <code>.livekit.PrivateLinkStatus value = 1;</code>
protected
mixed
$value
= null
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 \Livekit\PrivateLinkStatus $value}
clearValue()
public
clearValue() : mixed
getValue()
Generated from protobuf field <code>.livekit.PrivateLinkStatus value = 1;</code>
public
getValue() : PrivateLinkStatus|null
Return values
PrivateLinkStatus|nullhasValue()
public
hasValue() : mixed
setValue()
Generated from protobuf field <code>.livekit.PrivateLinkStatus value = 1;</code>
public
setValue(PrivateLinkStatus $var) : $this
Parameters
- $var : PrivateLinkStatus