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