Beispiel #1
0
        public static StopNodesResponse Unmarshall(UnmarshallerContext context)
        {
            StopNodesResponse stopNodesResponse = new StopNodesResponse();

            stopNodesResponse.HttpResponse = context.HttpResponse;
            stopNodesResponse.RequestId    = context.StringValue("StopNodes.RequestId");

            return(stopNodesResponse);
        }
Beispiel #2
0
        public static StopNodesResponse Unmarshall(UnmarshallerContext _ctx)
        {
            StopNodesResponse stopNodesResponse = new StopNodesResponse();

            stopNodesResponse.HttpResponse = _ctx.HttpResponse;
            stopNodesResponse.RequestId    = _ctx.StringValue("StopNodes.RequestId");
            stopNodesResponse.TaskId       = _ctx.StringValue("StopNodes.TaskId");

            return(stopNodesResponse);
        }