GetTemplatesTemplate

data class GetTemplatesTemplate(val category: String, val createdBy: String, val createdDate: String, val description: String, val hasTrigger: Boolean, val id: String, val shareType: String, val tags: Map<String, String>, val templateFormat: String, val templateId: String, val templateName: String, val templateType: String, val templateVersion: String, val updatedBy: String, val updatedDate: String)

Constructors

Link copied to clipboard
constructor(category: String, createdBy: String, createdDate: String, description: String, hasTrigger: Boolean, id: String, shareType: String, tags: Map<String, String>, templateFormat: String, templateId: String, templateName: String, templateType: String, templateVersion: String, updatedBy: String, updatedDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The category of template.

Link copied to clipboard

The creator of the template.

Link copied to clipboard

The template whose creation time is less than or equal to the specified time. The format is: YYYY-MM-DDThh:mm::ssZ.

Link copied to clipboard

Description of the OOS Template.

Link copied to clipboard

Is it triggered successfully.

Link copied to clipboard
val id: String

ID of the OOS Template. The value is same as template_name.

Link copied to clipboard

The sharing type of the template. Valid values: Private, Public.

Link copied to clipboard

A mapping of tags to assign to the resource.

Link copied to clipboard

The format of the template. Valid values: JSON, YAML.

Link copied to clipboard

ID of the OOS Template resource.

Link copied to clipboard

Name of the OOS Template.

Link copied to clipboard

The type of OOS Template.

Link copied to clipboard

Version of the OOS Template.

Link copied to clipboard

The user who updated the template.

Link copied to clipboard

The time when the template was updated.