Show / Hide Table of Contents

Class GalleryReference

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

Inheritance
object
GalleryReference
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

GalleryTemplateId

ID for the gallery template that is generated once during first sync and travels with the template redirects.

Declaration
[JsonProperty("galleryTemplateId")]
public virtual string GalleryTemplateId { 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

TemplateDeveloperId

The developer id of the community gallery template. This value is set whenever the template is created from the gallery.

Declaration
[JsonProperty("templateDeveloperId")]
public virtual string TemplateDeveloperId { 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX