MoveResourceCollection interface
Defines the collection of move resources.
Properties
next |
Gets the value of next link. |
summary |
Gets or sets the list of summary items and the field on which summary is done. |
total |
Gets the total count. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Gets the list of move resources. |
Property Details
nextLink
Gets the value of next link.
nextLink?: string
Property Value
string
summaryCollection
Gets or sets the list of summary items and the field on which summary is done.
summaryCollection?: SummaryCollection
Property Value
totalCount
Gets the total count. NOTE: This property will not be serialized. It can only be populated by the server.
totalCount?: number
Property Value
number