Interface StopServiceReq

interface StopServiceReq {
    Request?: commonpb.Request;
    ServiceInfo?: sliverpb.ServiceInfoReq;
}

Properties

Request?: commonpb.Request
ServiceInfo?: sliverpb.ServiceInfoReq