usersEntity
| Extends: |
entity |
| Namespace: |
(default namespace) |
| XML Schema: |
ns0.xsd |
A serialized representation of this class can be placed in the entity body of
a request or response to or from the API. This particular entity holds a
reference to a collection of UserDTO.
XML
Elements
| name (type) |
min/max occurs |
description |
|
users (user)
|
0/unbounded |
The collection of UserDTOs that are being serialized.
|
|
generated (string)
|
0/1 |
When this content was generated.
|
JSON
| property |
type |
description |
| users |
array of users (user)
|
The collection of UserDTOs that are being serialized.
|
| generated |
generated (string)
|
When this content was generated.
|