Show / Hide Table of Contents

Class TemplateContents

Files that make up the template contents of a template type.

Inheritance
object
TemplateContents
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.DeploymentManager.alpha.Data
Assembly: Google.Apis.DeploymentManager.alpha.dll
Syntax
public class TemplateContents : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Imports

Import files referenced by the main template.

Declaration
[JsonProperty("imports")]
public virtual IList<ImportFile> Imports { get; set; }
Property Value
Type Description
IList<ImportFile>

Interpreter

Which interpreter (python or jinja) should be used during expansion.

Declaration
[JsonProperty("interpreter")]
public virtual string Interpreter { get; set; }
Property Value
Type Description
string

MainTemplate

The filename of the mainTemplate

Declaration
[JsonProperty("mainTemplate")]
public virtual string MainTemplate { get; set; }
Property Value
Type Description
string

Schema

The contents of the template schema.

Declaration
[JsonProperty("schema")]
public virtual string Schema { get; set; }
Property Value
Type Description
string

Template

The contents of the main template file.

Declaration
[JsonProperty("template")]
public virtual string Template { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX