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

Unmarshall() public static method

public static Unmarshall ( UnmarshallerContext context ) : DeleteImageResponse
context UnmarshallerContext
return DeleteImageResponse
        public static DeleteImageResponse Unmarshall(UnmarshallerContext context)
        {
            DeleteImageResponse deleteImageResponse = new DeleteImageResponse();

            deleteImageResponse.HttpResponse = context.HttpResponse;
            deleteImageResponse.RequestId = context.StringValue("DeleteImage.RequestId");

            return deleteImageResponse;
        }
DeleteImageResponseUnmarshaller