Show / Hide Table of Contents

Class RenderTemplateVersionResponse

Message describing RenderTemplateVersionResponse resource

Inheritance
object
RenderTemplateVersionResponse
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.ParameterManager.v1.Data
Assembly: Google.Apis.ParameterManager.v1.dll
Syntax
public class RenderTemplateVersionResponse : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ParameterVersion

Output only. The resource name of the ParameterVersion used to render the template version in the format projects/*/locations/*/parameters/*/versions/*.

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

Payload

Payload content of a TemplateVersion resource.

Declaration
[JsonProperty("payload")]
public virtual TemplateVersionPayload Payload { get; set; }
Property Value
Type Description
TemplateVersionPayload

RenderedPayload

Output only. Server generated rendered version of the user provided payload data (TemplateVersionPayload) which has all the variables resolved using the provided parameter version.

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

TemplateFormat

Output only. Format of the template version.

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

TemplateVersion

Resource identifier of a TemplateVersion in the format projects/*/locations/*/templates/*/versions/*.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX