Get Rest Api Plain Args
data class GetRestApiPlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetRestApiPlainArgs>
A collection of arguments for invoking getRestApi.
A collection of arguments for invoking getRestApi.