Get Vpds Result
data class GetVpdsResult(val enableDetails: Boolean? = null, val id: String, val ids: List<String>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val resourceGroupId: String? = null, val status: String? = null, val vpdId: String? = null, val vpdName: String? = null, val vpds: List<GetVpdsVpd>)
A collection of values returned by getVpds.
Constructors
Link copied to clipboard
constructor(enableDetails: Boolean? = null, id: String, ids: List<String>, nameRegex: String? = null, names: List<String>, outputFile: String? = null, pageNumber: Int? = null, pageSize: Int? = null, resourceGroupId: String? = null, status: String? = null, vpdId: String? = null, vpdName: String? = null, vpds: List<GetVpdsVpd>)