Inheritance: Aliyun.Acs.Core.AcsResponse
        public static CopyImageResponse Unmarshall(UnmarshallerContext context)
        {
            CopyImageResponse copyImageResponse = new CopyImageResponse();

            copyImageResponse.HttpResponse = context.HttpResponse;
            copyImageResponse.RequestId = context.StringValue("CopyImage.RequestId");
            copyImageResponse.ImageId = context.StringValue("CopyImage.ImageId");

            return copyImageResponse;
        }