DeleteReplayRequest
extends Message
in package
Generated from protobuf message <code>replay.DeleteReplayRequest</code>
Table of Contents
Properties
- $replay_id : mixed
- Generated from protobuf field <code>string replay_id = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getReplayId() : string
- Generated from protobuf field <code>string replay_id = 1;</code>
- setReplayId() : $this
- Generated from protobuf field <code>string replay_id = 1;</code>
Properties
$replay_id
Generated from protobuf field <code>string replay_id = 1;</code>
protected
mixed
$replay_id
= ''
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 $replay_id}
getReplayId()
Generated from protobuf field <code>string replay_id = 1;</code>
public
getReplayId() : string
Return values
stringsetReplayId()
Generated from protobuf field <code>string replay_id = 1;</code>
public
setReplayId(string $var) : $this
Parameters
- $var : string