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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.