Get Service Queues Plain Args
data class GetServiceQueuesPlainArgs(val ids: List<String>? = null, val nameRegex: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val queueName: String? = null) : ConvertibleToJava<GetServiceQueuesPlainArgs>
A collection of arguments for invoking getServiceQueues.