Class EmbeddedUsers
Represents the embedded collection of user summaries returned in a paginated response.
public record EmbeddedUsers : IEquatable<EmbeddedUsers>
- Inheritance
-
EmbeddedUsers
- Implements
- Inherited Members
Constructors
EmbeddedUsers(UserSummary[])
Represents the embedded collection of user summaries returned in a paginated response.
public EmbeddedUsers(UserSummary[] Users)
Parameters
UsersUserSummary[]The array of user summaries matching the query criteria.
Properties
Users
The array of user summaries matching the query criteria.
public UserSummary[] Users { get; init; }