Class ProductAvailabilityChangeEvent
An event generated whenever a product's availability changes.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ProductAvailabilityChangeEvent : IDirectResponseSchema
Properties
AvailabilityStatus
The new state of the product. This field will always be present.
Declaration
[JsonProperty("availabilityStatus")]
public virtual string AvailabilityStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
The id of the product (e.g. "app:com.google.android.gm") for which the product availability changed. This field will always be present.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type | Description |
---|---|
string |