GoogleApi.TagManager.V2.Model.GalleryReference (google_api_tag_manager v0.24.0)
View SourceRepresents the link between a custom template and an entry on the Community Template Gallery site.
Attributes
-
galleryTemplateId
(type:String.t
, default:nil
) - ID for the gallery template that is generated once during first sync and travels with the template redirects. -
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. -
templateDeveloperId
(type:String.t
, default:nil
) - The developer id of the community gallery template. This value is set whenever the template is created 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{ galleryTemplateId: String.t() | nil, host: String.t() | nil, isModified: boolean() | nil, owner: String.t() | nil, repository: String.t() | nil, signature: String.t() | nil, templateDeveloperId: String.t() | nil, version: String.t() | nil }