DestroyHooksContextRequest
extends Message
in package
Generated from protobuf message <code>couchbase.internal.hooks.v1.DestroyHooksContextRequest</code>
Table of Contents
- $id : mixed
- Generated from protobuf field <code>string id = 1;</code>
- __construct() : mixed
- Constructor.
- getId() : string
- Generated from protobuf field <code>string id = 1;</code>
- setId() : $this
- Generated from protobuf field <code>string id = 1;</code>
Properties
$id
Generated from protobuf field <code>string id = 1;</code>
protected
mixed
$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 $id
}
Return values
mixed —getId()
Generated from protobuf field <code>string id = 1;</code>
public
getId() : string
Return values
string —setId()
Generated from protobuf field <code>string id = 1;</code>
public
setId(string $var) : $this
Parameters
- $var : string