IsRoomActiveReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.IsRoomActiveReq</code>
Table of Contents
Properties
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
Methods
- __construct() : mixed
- Constructor.
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
Properties
$room_id
Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
protected
mixed
$room_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_id}
getRoomId()
Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
public
getRoomId() : string
Return values
stringsetRoomId()
Generated from protobuf field <code>string room_id = 1 [(.buf.validate.field) = {</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string