GoogleApi.Script.V1.Model.GoogleAppsScriptTypeAddOnEntryPoint (google_api_script v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Script.V1.Model.GoogleAppsScriptTypeAddOnEntryPoint{
  addOnType: String.t() | nil,
  description: String.t() | nil,
  helpUrl: String.t() | nil,
  postInstallTipUrl: String.t() | nil,
  reportIssueUrl: String.t() | nil,
  title: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.