View Source GoogleApi.AndroidManagement.V1.Model.WebApp (google_api_android_management v0.48.2)

A web app.

Attributes

  • displayMode (type: String.t, default: nil) - The display mode of the web app.
  • icons (type: list(GoogleApi.AndroidManagement.V1.Model.WebAppIcon.t), default: nil) - A list of icons for the web app. Must have at least one element.
  • name (type: String.t, default: nil) - The name of the web app, which is generated by the server during creation in the form enterprises/{enterpriseId}/webApps/{packageName}.
  • startUrl (type: String.t, default: nil) - The start URL, i.e. the URL that should load when the user opens the application.
  • title (type: String.t, default: nil) - 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).
  • versionCode (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.WebApp{
  displayMode: String.t() | nil,
  icons: [GoogleApi.AndroidManagement.V1.Model.WebAppIcon.t()] | nil,
  name: String.t() | nil,
  startUrl: String.t() | nil,
  title: String.t() | nil,
  versionCode: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.