Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class Gender.
Target gender of the item.
Protobuf type google.shopping.merchant.products.v1.Gender
Namespace
Google \ Shopping \ Merchant \ Products \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GENDER_UNSPECIFIED
Value: 0Gender is not specified.
Generated from protobuf enum GENDER_UNSPECIFIED = 0;
MALE
Value: 1Male.
Generated from protobuf enum MALE = 1;
FEMALE
Value: 2Female.
Generated from protobuf enum FEMALE = 2;
UNISEX
Value: 3Unisex.
Generated from protobuf enum UNISEX = 3;