StoreRequest
extends Message
in package
Generated from protobuf message <code>website.admin.subuploads.StoreRequest</code>
Table of Contents
Properties
- $store_name : mixed
- Generated from protobuf field <code>string store_name = 1 [json_name = "storeName"];</code>
Methods
- __construct() : mixed
- Constructor.
- getStoreName() : string
- Generated from protobuf field <code>string store_name = 1 [json_name = "storeName"];</code>
- setStoreName() : $this
- Generated from protobuf field <code>string store_name = 1 [json_name = "storeName"];</code>
Properties
$store_name
Generated from protobuf field <code>string store_name = 1 [json_name = "storeName"];</code>
protected
mixed
$store_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 $store_name}
getStoreName()
Generated from protobuf field <code>string store_name = 1 [json_name = "storeName"];</code>
public
getStoreName() : string
Return values
stringsetStoreName()
Generated from protobuf field <code>string store_name = 1 [json_name = "storeName"];</code>
public
setStoreName(string $var) : $this
Parameters
- $var : string