Get Template Result
data class GetTemplateResult(val metadata: TemplateMetadataResponse, val runtimeMetadata: RuntimeMetadataResponse, val status: StatusResponse, val templateType: String)
Constructors
Link copied to clipboard
constructor(metadata: TemplateMetadataResponse, runtimeMetadata: RuntimeMetadataResponse, status: StatusResponse, templateType: String)
Properties
Link copied to clipboard
The template metadata describing the template name, available parameters, etc.
Link copied to clipboard
Describes the runtime metadata with SDKInfo and available parameters.
Link copied to clipboard
The status of the get template request. Any problems with the request will be indicated in the error_details.
Link copied to clipboard
Template Type.