google_api_android_enterprise v0.2.0 GoogleApi.AndroidEnterprise.V1.Model.WebApp View Source
WebApp resource info.
Attributes
- displayMode (String.t): The display mode of the web app. Defaults to:
null
. - icons ([WebAppIcon]): A list of icons representing this website. Must have at least one element. Defaults to:
null
. - isPublished (boolean()): A flag whether the app has been published to the Play store yet. Defaults to:
null
. - startUrl (String.t): The start URL, i.e. the URL that should load when the user opens the application. Defaults to:
null
. - title (String.t): The title of the web application as displayed to the user (e.g., amongst a list of other applications, or as a label for an icon). Defaults to:
null
. - versionCode (String.t): 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. Defaults to:
null
. - webAppId (String.t): The ID of the application. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.