List Policy Fragment References Result
data class ListPolicyFragmentReferencesResult(val count: Double? = null, val nextLink: String? = null, val value: List<ResourceCollectionResponseValue>? = null)
A collection of resources.
Constructors
Link copied to clipboard
constructor(count: Double? = null, nextLink: String? = null, value: List<ResourceCollectionResponseValue>? = null)