Class PetPolicy
The pet policy of the property.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.products_v1.Data
Assembly: Google.Apis.Merchant.products_v1.dll
Syntax
public class PetPolicy : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PetTypes
The pet types allowed.
Declaration
[JsonProperty("petTypes")]
public virtual IList<string> PetTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
PetsAllowed
Whether pets are allowed.
Declaration
[JsonProperty("petsAllowed")]
public virtual bool? PetsAllowed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |