Documentation

UpdateUserLockSettingsReq extends Message
in package

Generated from protobuf message <code>plugnmeet.UpdateUserLockSettingsReq</code>

Table of Contents

Properties

$direction  : mixed
Generated from protobuf field <code>string direction = 5;</code>
$Requested_user_id  : mixed
Generated from protobuf field <code>string Requested_user_id = 6;</code>
$room_id  : mixed
Generated from protobuf field <code>string room_id = 2;</code>
$room_sid  : mixed
Generated from protobuf field <code>string room_sid = 1;</code>
$service  : mixed
Generated from protobuf field <code>string service = 4;</code>
$user_id  : mixed
Generated from protobuf field <code>string user_id = 3;</code>

Methods

__construct()  : mixed
Constructor.
getDirection()  : string
Generated from protobuf field <code>string direction = 5;</code>
getRequestedUserId()  : string
Generated from protobuf field <code>string Requested_user_id = 6;</code>
getRoomId()  : string
Generated from protobuf field <code>string room_id = 2;</code>
getRoomSid()  : string
Generated from protobuf field <code>string room_sid = 1;</code>
getService()  : string
Generated from protobuf field <code>string service = 4;</code>
getUserId()  : string
Generated from protobuf field <code>string user_id = 3;</code>
setDirection()  : $this
Generated from protobuf field <code>string direction = 5;</code>
setRequestedUserId()  : $this
Generated from protobuf field <code>string Requested_user_id = 6;</code>
setRoomId()  : $this
Generated from protobuf field <code>string room_id = 2;</code>
setRoomSid()  : $this
Generated from protobuf field <code>string room_sid = 1;</code>
setService()  : $this
Generated from protobuf field <code>string service = 4;</code>
setUserId()  : $this
Generated from protobuf field <code>string user_id = 3;</code>

Properties

$Requested_user_id

Generated from protobuf field <code>string Requested_user_id = 6;</code>

protected mixed $Requested_user_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 $room_sid
@type string $room_id
@type string $user_id
@type string $service
@type string $direction
@type string $Requested_user_id

}

getDirection()

Generated from protobuf field <code>string direction = 5;</code>

public getDirection() : string
Return values
string

getRequestedUserId()

Generated from protobuf field <code>string Requested_user_id = 6;</code>

public getRequestedUserId() : string
Return values
string

getRoomId()

Generated from protobuf field <code>string room_id = 2;</code>

public getRoomId() : string
Return values
string

getRoomSid()

Generated from protobuf field <code>string room_sid = 1;</code>

public getRoomSid() : string
Return values
string

getService()

Generated from protobuf field <code>string service = 4;</code>

public getService() : string
Return values
string

getUserId()

Generated from protobuf field <code>string user_id = 3;</code>

public getUserId() : string
Return values
string

setDirection()

Generated from protobuf field <code>string direction = 5;</code>

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

setRequestedUserId()

Generated from protobuf field <code>string Requested_user_id = 6;</code>

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

setRoomId()

Generated from protobuf field <code>string room_id = 2;</code>

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

setRoomSid()

Generated from protobuf field <code>string room_sid = 1;</code>

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

setService()

Generated from protobuf field <code>string service = 4;</code>

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

setUserId()

Generated from protobuf field <code>string user_id = 3;</code>

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

        
On this page

Search results