Aliyun.Acs.Ecs.Transform.V20140526.TerminatePhysicalConnectionResponseUnmarshaller.Unmarshall C# (CSharp) 메소드

Unmarshall() 공개 정적인 메소드

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

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

            return terminatePhysicalConnectionResponse;
        }
TerminatePhysicalConnectionResponseUnmarshaller