Reference documentation and code samples for the Google Shopping Css V1 Client class DeleteAccountLabelRequest.
Request message for the 'DeleteAccountLabel' method.
Generated from protobuf message google.shopping.css.v1.DeleteAccountLabelRequest
Namespace
Google \ Shopping \ Css \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the label to delete. Format: accounts/{account}/labels/{label} |
getName
Required. The name of the label to delete.
Format: accounts/{account}/labels/{label}
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the label to delete.
Format: accounts/{account}/labels/{label}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the label to delete. Format: accounts/{account}/labels/{label} Please see Google\Shopping\Css\V1\AccountLabelsServiceClient::accountLabelName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Shopping\Css\V1\DeleteAccountLabelRequest |