UnresolvedDependencyCollection interface
Unresolved dependency collection.
Properties
next |
Gets or sets the value of next link. |
summary |
Gets or sets the list of summary items and the field on which summary is done. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
Gets the total count. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Gets or sets the list of unresolved dependencies. |
Property Details
nextLink
Gets or sets 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. NOTE: This property will not be serialized. It can only be populated by the server.
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 or sets the list of unresolved dependencies.
value?: UnresolvedDependency[]