Documentation

RealtimeTeam extends Message
in package

Generated from protobuf message <code>website.admin.realtime_teams.RealtimeTeam</code>

Table of Contents

Properties

$delete_time  : mixed
Fecha en la que se elimina un equipo.
$id  : mixed
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
$name  : mixed
Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>

Methods

__construct()  : mixed
Constructor.
clearDeleteTime()  : mixed
getDeleteTime()  : Timestamp|null
Fecha en la que se elimina un equipo.
getId()  : string
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
getName()  : string
Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>
hasDeleteTime()  : mixed
setDeleteTime()  : $this
Fecha en la que se elimina un equipo.
setId()  : $this
Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>
setName()  : $this
Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>

Properties

$delete_time

Fecha en la que se elimina un equipo.

protected mixed $delete_time = null

Generated from protobuf field .google.protobuf.Timestamp delete_time = 3 [json_name = "deleteTime"];

$id

Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>

protected mixed $id = ''

$name

Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>

protected mixed $name = ''

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 $id
@type string $name
@type \Google\Protobuf\Timestamp $delete_time
      Fecha en la que se elimina un equipo.

}

getDeleteTime()

Fecha en la que se elimina un equipo.

public getDeleteTime() : Timestamp|null

Generated from protobuf field .google.protobuf.Timestamp delete_time = 3 [json_name = "deleteTime"];

Return values
Timestamp|null

getId()

Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>

public getId() : string
Return values
string

getName()

Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>

public getName() : string
Return values
string

setDeleteTime()

Fecha en la que se elimina un equipo.

public setDeleteTime(Timestamp $var) : $this

Generated from protobuf field .google.protobuf.Timestamp delete_time = 3 [json_name = "deleteTime"];

Parameters
$var : Timestamp
Return values
$this

setId()

Generated from protobuf field <code>string id = 1 [json_name = "id"];</code>

public setId(string $var) : $this
Parameters
$var : string
Return values
$this

setName()

Generated from protobuf field <code>string name = 2 [json_name = "name"];</code>

public setName(string $var) : $this
Parameters
$var : string
Return values
$this

        
On this page

Search results