GetMembersResponseModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for When a Member has been added to a list
public class GetMembersResponseModel
type GetMembersResponseModel = class
Public Class GetMembersResponseModel
- Inheritance
-
GetMembersResponseModel
Constructors
| Name | Description |
|---|---|
| GetMembersResponseModel() | |
Properties
| Name | Description |
|---|---|
| ItemCount |
The total number of items matching the query regardless of pagination |
| ListId |
The list id |
| Members |
An array of objects, each representing a specific list member |