TemplateSpecVersionInfo interface
High-level information about a Template Spec version.
Properties
description | Template Spec version description. NOTE: This property will not be serialized. It can only be populated by the server. |
time |
The timestamp of when the version was created. NOTE: This property will not be serialized. It can only be populated by the server. |
time |
The timestamp of when the version was last modified. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Template Spec version description. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
timeCreated
The timestamp of when the version was created. NOTE: This property will not be serialized. It can only be populated by the server.
timeCreated?: Date
Property Value
Date
timeModified
The timestamp of when the version was last modified. NOTE: This property will not be serialized. It can only be populated by the server.
timeModified?: Date
Property Value
Date