Class GalleryReference
Represents the link between a custom template and an entry on the Community Template Gallery site.
Implements
Inherited Members
Namespace: Google.Apis.TagManager.v2.Data
Assembly: Google.Apis.TagManager.v2.dll
Syntax
public class GalleryReference : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Host
The name of the host for the community gallery template.
Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type | Description |
---|---|
string |
IsModified
If a user has manually edited the community gallery template.
Declaration
[JsonProperty("isModified")]
public virtual bool? IsModified { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Owner
The name of the owner for the community gallery template.
Declaration
[JsonProperty("owner")]
public virtual string Owner { get; set; }
Property Value
Type | Description |
---|---|
string |
Repository
The name of the repository for the community gallery template.
Declaration
[JsonProperty("repository")]
public virtual string Repository { get; set; }
Property Value
Type | Description |
---|---|
string |
Signature
The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.
Declaration
[JsonProperty("signature")]
public virtual string Signature { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
The version of the community gallery template.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |