VerifyTokenReq
extends Message
in package
Generated from protobuf message <code>plugnmeet.VerifyTokenReq</code>
Table of Contents
Properties
- $is_production : mixed
- Generated from protobuf field <code>optional bool is_production = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearIsProduction() : mixed
- getIsProduction() : bool
- Generated from protobuf field <code>optional bool is_production = 1;</code>
- hasIsProduction() : mixed
- setIsProduction() : $this
- Generated from protobuf field <code>optional bool is_production = 1;</code>
Properties
$is_production
Generated from protobuf field <code>optional bool is_production = 1;</code>
protected
mixed
$is_production
= null
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 bool $is_production}
clearIsProduction()
public
clearIsProduction() : mixed
getIsProduction()
Generated from protobuf field <code>optional bool is_production = 1;</code>
public
getIsProduction() : bool
Return values
boolhasIsProduction()
public
hasIsProduction() : mixed
setIsProduction()
Generated from protobuf field <code>optional bool is_production = 1;</code>
public
setIsProduction(bool $var) : $this
Parameters
- $var : bool