Show / Hide Table of Contents

Class PetPolicy

The pet policy of the property.

Inheritance
object
PetPolicy
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX