Show / Hide Table of Contents

Class StoreLayout

General setting for the managed Google Play store layout, currently only specifying the page to display the first time the store is opened.

Inheritance
object
StoreLayout
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 StoreLayout : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HomepageId

The ID of the store page to be used as the homepage. The homepage is the first page shown in the managed Google Play Store. Not specifying a homepage is equivalent to setting the store layout type to "basic".

Declaration
[JsonProperty("homepageId")]
public virtual string HomepageId { get; set; }
Property Value
Type Description
string

StoreLayoutType

The store layout type. By default, this value is set to "basic" if the homepageId field is not set, and to "custom" otherwise. If set to "basic", the layout will consist of all approved apps that have been whitelisted for the user.

Declaration
[JsonProperty("storeLayoutType")]
public virtual string StoreLayoutType { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX