DestroyPrivateLinkRequest
extends Message
in package
Generated from protobuf message <code>livekit.DestroyPrivateLinkRequest</code>
Table of Contents
Properties
- $private_link_id : mixed
- Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
Methods
- __construct() : mixed
- Constructor.
- getPrivateLinkId() : string
- Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
- setPrivateLinkId() : $this
- Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
Properties
$private_link_id
Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
protected
mixed
$private_link_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 $private_link_id}
getPrivateLinkId()
Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
public
getPrivateLinkId() : string
Return values
stringsetPrivateLinkId()
Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>
public
setPrivateLinkId(string $var) : $this
Parameters
- $var : string