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

An add-on entry point.

Attributes

  • addOnType (type: String.t, default: nil) - The add-on's required list of supported container types.
  • description (type: String.t, default: nil) - The add-on's optional description.
  • helpUrl (type: String.t, default: nil) - The add-on's optional help URL.
  • postInstallTipUrl (type: String.t, default: nil) - The add-on's required post install tip URL.
  • reportIssueUrl (type: String.t, default: nil) - The add-on's optional report issue URL.
  • title (type: String.t, default: nil) - The add-on's required title.

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: String.t(),
  description: String.t(),
  helpUrl: String.t(),
  postInstallTipUrl: String.t(),
  reportIssueUrl: String.t(),
  title: String.t()
}

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.