View Source GoogleApi.TagManager.V2.Model.GalleryReference (google_api_tag_manager v0.22.0)

Represents the link between a custom template and an entry on the Community Template Gallery site.

Attributes

  • host (type: String.t, default: nil) - The name of the host for the community gallery template.
  • isModified (type: boolean(), default: nil) - If a user has manually edited the community gallery template.
  • owner (type: String.t, default: nil) - The name of the owner for the community gallery template.
  • repository (type: String.t, default: nil) - The name of the repository for the community gallery template.
  • signature (type: String.t, default: nil) - The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.
  • version (type: String.t, default: nil) - The version of the community gallery template.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TagManager.V2.Model.GalleryReference{
  host: String.t() | nil,
  isModified: boolean() | nil,
  owner: String.t() | nil,
  repository: String.t() | nil,
  signature: String.t() | nil,
  version: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.