Get Templates Template
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)
Properties
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
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 time when the template was updated.