engineRepositoryElement element
Type: | engineRepositoryElementInfo |
Namespace: | (default namespace) |
XML Schema: | ns0.xsd |
Example XML
<?xml version="1.0" encoding="UTF-8"?> <engineRepositoryElement> <id>...</id> <namespace>...</namespace> <description>...</description> <owner>...</owner> <creationTimestamp>...</creationTimestamp> <creationTimestampFormatted>...</creationTimestampFormatted> <lastModifiedTimestamp>...</lastModifiedTimestamp> <lastModifiedTimestampFormatted>...</lastModifiedTimestampFormatted> </engineRepositoryElement>
Example JSON
{ "id" : ..., "namespace" : "...", "description" : "...", "owner" : "...", "creationTimestamp" : "...", "creationTimestampFormatted" : "...", "lastModifiedTimestamp" : "...", "lastModifiedTimestampFormatted" : "..." }