Get Endpoint Acl Service Plain Args
data class GetEndpointAclServicePlainArgs(val enable: Boolean, val endpointType: String, val instanceId: String, val moduleName: String? = null) : ConvertibleToJava<GetEndpointAclServicePlainArgs>
A collection of arguments for invoking getEndpointAclService.
Constructors
Link copied to clipboard
fun GetEndpointAclServicePlainArgs(enable: Boolean, endpointType: String, instanceId: String, moduleName: String? = null)