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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : EnablePhysicalConnectionResponse
context UnmarshallerContext
return EnablePhysicalConnectionResponse
        public static EnablePhysicalConnectionResponse Unmarshall(UnmarshallerContext context)
        {
            EnablePhysicalConnectionResponse enablePhysicalConnectionResponse = new EnablePhysicalConnectionResponse();

            enablePhysicalConnectionResponse.HttpResponse = context.HttpResponse;
            enablePhysicalConnectionResponse.RequestId = context.StringValue("EnablePhysicalConnection.RequestId");

            return enablePhysicalConnectionResponse;
        }
EnablePhysicalConnectionResponseUnmarshaller