Class ProductVisibility
A product to be made visible to a user.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ProductVisibility : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductId
The product ID to make visible to the user. Required for each item in the productVisibility list.
Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type | Description |
---|---|
string |
TrackIds
Grants the user visibility to the specified product track(s), identified by trackIds.
Declaration
[JsonProperty("trackIds")]
public virtual IList<string> TrackIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Tracks
Deprecated. Use trackIds instead.
Declaration
[JsonProperty("tracks")]
public virtual IList<string> Tracks { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |