Show / Hide Table of Contents

Class ProductVisibility

A product to be made visible to a user.

Inheritance
object
ProductVisibility
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX