Class ProductApprovalEvent
An event generated when a product's approval status is changed.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ProductApprovalEvent : IDirectResponseSchema
Properties
Approved
Whether the product was approved or unapproved. This field will always be present.
Declaration
[JsonProperty("approved")]
public virtual string Approved { 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 approval status has changed. This field will always be present.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type | Description |
---|---|
string |