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: 0
Gender is not specified.
Generated from protobuf enum GENDER_UNSPECIFIED = 0;
MALE
Value: 1
Male.
Generated from protobuf enum MALE = 1;
FEMALE
Value: 2
Female.
Generated from protobuf enum FEMALE = 2;
UNISEX
Value: 3
Unisex.
Generated from protobuf enum UNISEX = 3;