Class StoreLayoutClustersListResponse
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class StoreLayoutClustersListResponse : IDirectResponseSchema
Properties
Cluster
A store cluster of an enterprise.
Declaration
[JsonProperty("cluster")]
public virtual IList<StoreCluster> Cluster { get; set; }
Property Value
Type | Description |
---|---|
IList<StoreCluster> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |