Get Mesh Istio Service Plain Args
data class GetMeshIstioServicePlainArgs(val meshUid: String, val project: String? = null, val serviceName: String, val serviceNamespace: String) : ConvertibleToJava<GetMeshIstioServicePlainArgs>
A collection of arguments for invoking getMeshIstioService.
Constructors
Link copied to clipboard
fun GetMeshIstioServicePlainArgs(meshUid: String, project: String? = null, serviceName: String, serviceNamespace: String)