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