AnalyticsEvent
extends Message
in package
Generated from protobuf message <code>plugnmeet.AnalyticsEvent</code>
Table of Contents
Properties
- $file_id : mixed
- Generated from protobuf field <code>optional string file_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- clearFileId() : mixed
- getFileId() : string
- Generated from protobuf field <code>optional string file_id = 1;</code>
- hasFileId() : mixed
- setFileId() : $this
- Generated from protobuf field <code>optional string file_id = 1;</code>
Properties
$file_id
Generated from protobuf field <code>optional string file_id = 1;</code>
protected
mixed
$file_id
= 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 string $file_id}
clearFileId()
public
clearFileId() : mixed
getFileId()
Generated from protobuf field <code>optional string file_id = 1;</code>
public
getFileId() : string
Return values
stringhasFileId()
public
hasFileId() : mixed
setFileId()
Generated from protobuf field <code>optional string file_id = 1;</code>
public
setFileId(string $var) : $this
Parameters
- $var : string