MoveResourceCollection interface

Defines the collection of move resources.

Properties

nextLink

Gets the value of next link.

summaryCollection

Gets or sets the list of summary items and the field on which summary is done.

totalCount

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

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

value

Gets the list of move resources.

value?: MoveResource[]

Property Value