GetRequest
extends Message
in package
Generated from protobuf message <code>website.app.sections.GetRequest</code>
Table of Contents
Properties
- $name : mixed
- Format: sections/{code}
Methods
- __construct() : mixed
- Constructor.
- getName() : string
- Format: sections/{code}
- setName() : $this
- Format: sections/{code}
Properties
$name
Format: sections/{code}
protected
mixed
$name
= ''
Generated from protobuf field string name = 1 [json_name = "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 $name Format: sections/{code}}
getName()
Format: sections/{code}
public
getName() : string
Generated from protobuf field string name = 1 [json_name = "name"];
Return values
stringsetName()
Format: sections/{code}
public
setName(string $var) : $this
Generated from protobuf field string name = 1 [json_name = "name"];
Parameters
- $var : string