Reference documentation and code samples for the Google Shopping Css V1 Client class LabelType.
The label type.
Protobuf type google.shopping.css.v1.AccountLabel.LabelType
Namespace
Google \ Shopping \ Css \ V1 \ AccountLabelMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
LABEL_TYPE_UNSPECIFIED
Value: 0
Unknown label type.
Generated from protobuf enum LABEL_TYPE_UNSPECIFIED = 0;
MANUAL
Value: 1
Indicates that the label was created manually.
Generated from protobuf enum MANUAL = 1;
AUTOMATIC
Value: 2
Indicates that the label was created automatically by CSS Center.
Generated from protobuf enum AUTOMATIC = 2;