Aliyun.Acs.Rds.Transform.V20140815.AllocateInstancePrivateConnectionResponseUnmarshaller.Unmarshall C# (CSharp) Method

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : AllocateInstancePrivateConnectionResponse
context UnmarshallerContext
return AllocateInstancePrivateConnectionResponse
        public static AllocateInstancePrivateConnectionResponse Unmarshall(UnmarshallerContext context)
        {
            AllocateInstancePrivateConnectionResponse allocateInstancePrivateConnectionResponse = new AllocateInstancePrivateConnectionResponse();

            allocateInstancePrivateConnectionResponse.HttpResponse = context.HttpResponse;
            allocateInstancePrivateConnectionResponse.RequestId = context.StringValue("AllocateInstancePrivateConnection.RequestId");

            return allocateInstancePrivateConnectionResponse;
        }
AllocateInstancePrivateConnectionResponseUnmarshaller