ActivatePollsReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.ActivatePollsReq</code>
Table of Contents
Properties
- $is_active : mixed
- Generated from protobuf field <code>bool is_active = 2;</code>
- $room_id : mixed
- Generated from protobuf field <code>string room_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getIsActive() : bool
- Generated from protobuf field <code>bool is_active = 2;</code>
- getRoomId() : string
- Generated from protobuf field <code>string room_id = 1;</code>
- setIsActive() : $this
- Generated from protobuf field <code>bool is_active = 2;</code>
- setRoomId() : $this
- Generated from protobuf field <code>string room_id = 1;</code>
Properties
$is_active
Generated from protobuf field <code>bool is_active = 2;</code>
protected
mixed
$is_active
= false
$room_id
Generated from protobuf field <code>string room_id = 1;</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 @type bool $is_active}
getIsActive()
Generated from protobuf field <code>bool is_active = 2;</code>
public
getIsActive() : bool
Return values
boolgetRoomId()
Generated from protobuf field <code>string room_id = 1;</code>
public
getRoomId() : string
Return values
stringsetIsActive()
Generated from protobuf field <code>bool is_active = 2;</code>
public
setIsActive(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetRoomId()
Generated from protobuf field <code>string room_id = 1;</code>
public
setRoomId(string $var) : $this
Parameters
- $var : string