Documentation

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

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
string

setPrivateLinkId()

Generated from protobuf field <code>string private_link_id = 1 [(.logger.name) = "privateLinkID"];</code>

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

        
On this page

Search results