Show / Hide Table of Contents

Class WebApp

A web app.

Inheritance
object
WebApp
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.AndroidManagement.v1.Data
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class WebApp : IDirectResponseSchema

Properties

DisplayMode

The display mode of the web app.

Declaration
[JsonProperty("displayMode")]
public virtual string DisplayMode { 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

Icons

A list of icons for the web app. Must have at least one element.

Declaration
[JsonProperty("icons")]
public virtual IList<WebAppIcon> Icons { get; set; }
Property Value
Type Description
IList<WebAppIcon>

Name

The name of the web app, which is generated by the server during creation in the form enterprises/{enterpriseId}/webApps/{packageName}.

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

StartUrl

The start URL, i.e. the URL that should load when the user opens the application.

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

Title

The title of the web app as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon).

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

VersionCode

The current version of the app.Note that the version can automatically increase during the lifetime of the web app, while Google does internal housekeeping to keep the web app up-to-date.

Declaration
[JsonProperty("versionCode")]
public virtual long? VersionCode { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX