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