CreateReply
extends Message
in package
Generated from protobuf message <code>users.management.CreateReply</code>
Table of Contents
Properties
- $id : mixed
- ID del usuario que se ha creado.
Methods
- __construct() : mixed
- Constructor.
- getId() : int|string
- ID del usuario que se ha creado.
- setId() : $this
- ID del usuario que se ha creado.
Properties
$id
ID del usuario que se ha creado.
protected
mixed
$id
= 0
Generated from protobuf field int64 id = 1;
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 int|string $id ID del usuario que se ha creado.}
getId()
ID del usuario que se ha creado.
public
getId() : int|string
Generated from protobuf field int64 id = 1;
Return values
int|stringsetId()
ID del usuario que se ha creado.
public
setId(int|string $var) : $this
Generated from protobuf field int64 id = 1;
Parameters
- $var : int|string