Class WebAppsListResponse
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class WebAppsListResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WebApp
The manifest describing a web app.
Declaration
[JsonProperty("webApp")]
public virtual IList<WebApp> WebApp { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<WebApp> |