SearchRequest
extends Message
in package
Generated from protobuf message <code>website.web.newsletters.SearchRequest</code>
Table of Contents
Properties
- $user_token : mixed
- Token JWT de Piano ID que identifica al usuario.
Methods
- __construct() : mixed
- Constructor.
- getUserToken() : string
- Token JWT de Piano ID que identifica al usuario.
- setUserToken() : $this
- Token JWT de Piano ID que identifica al usuario.
Properties
$user_token
Token JWT de Piano ID que identifica al usuario.
protected
mixed
$user_token
= ''
Generated from protobuf field string user_token = 1 [json_name = "userToken"];
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 $user_token Token JWT de Piano ID que identifica al usuario.}
getUserToken()
Token JWT de Piano ID que identifica al usuario.
public
getUserToken() : string
Generated from protobuf field string user_token = 1 [json_name = "userToken"];
Return values
stringsetUserToken()
Token JWT de Piano ID que identifica al usuario.
public
setUserToken(string $var) : $this
Generated from protobuf field string user_token = 1 [json_name = "userToken"];
Parameters
- $var : string