Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.09 KB

TemplateVariable.md

File metadata and controls

20 lines (16 loc) · 1.09 KB

Yaksa.OrckestraCommerce.Client.Model.TemplateVariable

TemplateVariable

Properties

Name Type Description Notes
Id string The unique identifier of the entity.
PropertyBag Dictionary<string, Object> [optional]
ScopeId string The scope in which the entity is.
Created DateTime The date that this entity was created. [optional]
CreatedBy string A value indicating who created this entity. [optional]
Description string The template variable's description. [optional]
LastModified DateTime The date that this entity was last modified. [optional]
LastModifiedBy string A value indicating who last modified this entity. [optional]
Name string The template variable's name.
Value Dictionary<string, string> [optional]

[Back to Model list] [Back to API list] [Back to README]