google_api_script v0.3.0 GoogleApi.Script.V1.Model.GoogleAppsScriptTypeAddOnEntryPoint View Source

An add-on entry point.

Attributes

  • addOnType (String.t): The add-on's required list of supported container types. Defaults to: null.

    • Enum - one of [UNKNOWN_ADDON_TYPE, GMAIL, DATA_STUDIO]
  • description (String.t): The add-on's optional description. Defaults to: null.
  • helpUrl (String.t): The add-on's optional help URL. Defaults to: null.
  • postInstallTipUrl (String.t): The add-on's required post install tip URL. Defaults to: null.
  • reportIssueUrl (String.t): The add-on's optional report issue URL. Defaults to: null.
  • title (String.t): The add-on's required title. 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.Script.V1.Model.GoogleAppsScriptTypeAddOnEntryPoint{
  addOnType: any(),
  description: any(),
  helpUrl: any(),
  postInstallTipUrl: any(),
  reportIssueUrl: any(),
  title: 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.