Get Vpds Plain Args
data class GetVpdsPlainArgs(val enableDetails: Boolean? = null, val ids: List<String>? = null, val nameRegex: String? = null, 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) : ConvertibleToJava<GetVpdsPlainArgs>
A collection of arguments for invoking getVpds.