Class TemplateContents
Files that make up the template contents of a template type.
Implements
Inherited Members
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 |