Aliyun.Acs.Ecs.Transform.V20140526.TerminatePhysicalConnectionResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : TerminatePhysicalConnectionResponse
context UnmarshallerContext
return TerminatePhysicalConnectionResponse
        public static TerminatePhysicalConnectionResponse Unmarshall(UnmarshallerContext context)
        {
            TerminatePhysicalConnectionResponse terminatePhysicalConnectionResponse = new TerminatePhysicalConnectionResponse();

            terminatePhysicalConnectionResponse.HttpResponse = context.HttpResponse;
            terminatePhysicalConnectionResponse.RequestId = context.StringValue("TerminatePhysicalConnection.RequestId");

            return terminatePhysicalConnectionResponse;
        }
TerminatePhysicalConnectionResponseUnmarshaller