PolicyFragmentCollection interface
The response of the get policy fragments operation.
Properties
count | Total record count number. |
next |
Next page link if any. |
value | Policy fragment contract value. |
Property Details
count
Total record count number.
count?: number
Property Value
number
nextLink
Next page link if any.
nextLink?: string
Property Value
string
value
Policy fragment contract value.
value?: PolicyFragmentContract[]