google_api_android_management v0.6.0 GoogleApi.AndroidManagement.V1.Model.WebApp View Source

A web app.

Attributes

  • displayMode (String.t): The display mode of the web app. Defaults to: null.

    • Enum - one of [DISPLAY_MODE_UNSPECIFIED, MINIMAL_UI, STANDALONE, FULL_SCREEN]
  • icons ([WebAppIcon]): A list of icons for the web app. Must have at least one element. Defaults to: null.
  • name (String.t): The name of the web app, which is generated by the server during creation in the form enterprises/{enterpriseId}/webApps/{packageName}. 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 app 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.<p>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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.WebApp{
  displayMode: any(),
  icons: [GoogleApi.AndroidManagement.V1.Model.WebAppIcon.t()],
  name: any(),
  startUrl: any(),
  title: any(),
  versionCode: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.